pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either...
### 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...
### 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....
### Motivation  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...
### 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...
### 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`...
### 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....
### 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]...
### 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`...
### 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...