pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation PIP-174: #15954 Provide new `SharedEntryCacheManagerImpl` implementation - [x] `doc-complete`
Signed-off-by: Zixuan Liu ### Motivation Cherry-pick #16650. ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs to...
[example failure](https://github.com/apache/pulsar/runs/7709485357?check_suite_focus=true) ``` Error: Tests run: 25, Failures: 1, Errors: 0, Skipped: 23, Time elapsed: 68.05 s
ManagedCursorMetricsTest. testManagedCursorMetrics is flaky. It fails sporadically. https://github.com/apache/pulsar/pull/16878 didn't fix the issue. The problem still exists in the latest code. [example failure](https://github.com/apache/pulsar/runs/7666921482?check_suite_focus=true#step:10:950) ``` Error: testCursorReadWriteMetrics(org.apache.pulsar.broker.stats.ManagedCursorMetricsTest) Time elapsed: 0.449 s
TxnLogBufferedWriterTest.testFlushThresholds is flaky. It fails sporadically. [example failure](https://github.com/apache/pulsar/runs/7428130703?check_suite_focus=true) ``` Error: Tests run: 6, Failures: 2, Errors: 0, Skipped: 4, Time elapsed: 7.931 s
**Is your feature request related to a problem? Please describe.** Refer to [PIP-190](https://github.com/apache/pulsar/issues/16637). **Describe the solution you'd like** As part of PIP-190 implementation, we will narrow the listing of doc...
### Motivation The topic creating rate is less than 200 QPS when the topic count of the namespace is about 200,000. It is due to the time cost of topic...
**Describe the bug** I'm able to reproduce this issue locally but not consistently. It doesn't seem to behave like the other flaky tests that occur only in Github CI due...
### Motivation #13796 added specified_positions_divide split algorithm, but some docs are missing. ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ]...
All REST API URL on Pulsar documentation has this issue. Website: https://pulsar.apache.org/docs/en/next/admin-api-tenants/ @urfreespace thinks the anchor does not work correctly but we have not figured out how to solve this...