pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Apache Pulsar - distributed pub-sub messaging system

Results 881 pulsar issues
Sort by recently updated
recently updated
newest added

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar version:3.1.1,master ### Minimal reproduce step broker count: 2 bookie count: 5 broker...

bug

### Motivation Since Pulsar Admin API uses the blocking servlet API, it is possible that all Jetty threads are occupied and this causes unavailability on the Pulsar Admin API. The...

type/bug
area/broker
doc-not-needed
lifecycle/stale
Stale

# Overview This issue will the parent issue tracking the implementation of PIP-264 ([PR](https://github.com/apache/pulsar/pull/21080), [issue that was converted to PR](https://github.com/apache/pulsar/issues/20197)): Enhanced OTel-based metric system # Execution Plan There are two...

type/enhancement

### Motivation We found the following error logs on the broker when we used ResourceGroupPublishLimiter. This root cause is `tryAcquire` method has a race condition with the `replaceLimiters` method, leading...

bug
component/broker
doc-not-needed
release/2.10.6
release/3.0.3
release/2.11.4
release/3.1.3

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Presently, there is no dedicated connector to facilitate seamless data transfer from Apache...

### Motivation The wasm bytecode is designed to be encoded in a size- and load-time-efficient binary format. WebAssembly aims to execute at native speed by taking advantage of common hardware...

doc-required

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 3.2.0 ### Minimal reproduce step / ### What did you expect to see?...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version `3.0.2` ### Minimal reproduce step Broker.conf - `allowAutoTopicCreation`: `true` - `allowAutoTopicCreationType`: `partitioned` -...

type/bug
category/reliability

### Motivation When using `asyncResponse.resume(null)` to write data to the admin, we will get an empty content, not null. Please see the Jersey implementation: https://github.com/eclipse-ee4j/jersey/blob/2.34/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java#L603-L610 ### Modifications In the `asyncGetRequest`...

type/bug
area/broker
area/admin
doc-not-needed
ready-to-test
release/4.0.9

### Motivation Orphan ledgers can be detected through the PCK API when the bookkeeper's disk is abnormally high. If necessary, we can be deleted directly to free up disk space....

doc
type/PIP
PIP