pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### 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/3374860995/jobs/5601165093#step:10:492 ### Exception stacktrace Full exception stacktrace Error: socketTest(org.apache.pulsar.websocket.proxy.ProxyPublishConsumeWithoutZKTest) Time elapsed: 30.029...
### Motivation When doing seek operation, the client needs to seed a seek command to the broker. When one seeks is successful, the broker disconnects the client, and then the...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.8.1 ### Minimal reproduce step 1. create a new topic 2. start up...
### Motivation In many operations we're hashing on the managed ledger name to ensure all the callbacks are triggered from same thread. Instead of hashing the string each, let's pin...
### Motivation using `-DtestReuseFork=false` slows down test execution significantly. - this was added in https://github.com/apache/pulsar/pull/17049/files#diff-e6ac90fc5f2373a64dc1ecaa11a9c965f9a22f128cc4ca1265972e0dc4fef9c5R137 ### Modifications remove `-DtestReuseFork=false` for OTHER unit test group ### Documentation - [ ] `doc`...
Fixes #18091 Master Issue: #18091 ### Motivation close TRACE refactor DisableDebugHttpMethodFilter , use the ConstraintSecurityHandler to achieve this. because we can not access proxyConfig and WorkerConfig in DisableDebugHttpMethodFilter , the...
### Motivation The index-based publisher stat aggregation(configured by `aggregatePublisherStatsByProducerName`=false, default) can burst memory or wrongly aggregate publisher metrics if each partition stat returns a different size or order of the...
Fixes #18240 Master Issue: #18240 ### Motivation ### Modifications add a flag getTotalNonContiguousDeletedMessagesRange to allow users can skip the non-continued deleted ranges stats ### Verifying this change - [ ]...
Fixes: https://github.com/apache/pulsar/issues/18243 ### Motivation Add observability metrics for CommandPartitionedTopicMetadata requests. ### Documentation - [ ] `doc` - [x] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` ### Matching PR...
### Motivation I find some z-node only call `exist` and add watcher, but `ExistsWatchRegistration` still will be registered even though the z-node may never be created. this will lead to...