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

Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either...

type/PIP
doc-label-missing
PIP

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? The docs page for the [Node...

doc-required

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [x] I understand that [unsupported versions](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....

type/bug

### Motivation ![Clipboard_Screenshot_1747985208](https://github.com/user-attachments/assets/e2c25dee-b50e-4d2b-8cc7-f15dea78928e) This test sometimes blocks at `consumer.receive()` at line 261. The problem is introduced in this PR https://github.com/apache/pulsar/pull/23986. For batch sending scenarios, the current way of creating producers...

doc-not-needed
release/3.0.16
release/4.0.9

### Motivation Currently, when `readPosition`== `lastPosition‘next`, getNumberOfEntries will be entered. However, this is meaningless and may affect performance. For example, readPosition=3:0, lastPosition=3:-1, will enter the getNumberOfEntries method ### Modifications When...

doc-not-needed
PIP

### Motivation Currently, we can create a non-persistent partition topic contain `-partition-.` However, we cannot use it as a normal non-persistent partition topic. For example, when we use the `partitioned-stats`...

doc-not-needed
release/4.0.9
release/4.1.3

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [x] I understand that [unsupported versions](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....

type/bug

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/actions/runs/11125404278/job/30927545059?pr=23327#step:13:107 ### Exception stacktrace ZkSessionExpireTest.cleanup hangs in `ModularLoadManagerImpl.disableBroker` ``` "main" #1 [2383]...

area/test
type/flaky-tests

### Motivation The changes from #24118 have been merged and should be documented in a Pulsar Improvement Proposal (PIP) to record these important updates. ### Documentation - [ ] `doc`...

doc-not-needed
PIP

### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation In #24243 SpotBugs was upgraded from 4.7.3 to 4.9.3. Since new checks were...

type/enhancement