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

### Motivation If you actively create a topic with "-partition--x" (x is an integer)(for example, "peisisten://tenant-name/ns-name/topic-name-partition--1"), the topic can be created successfully, and a node with partition 3 will be...

doc-not-needed

**Describe the bug** Despite there are no messages in the backlog, positive value was set to "msgBacklog" in the response of partitioned-stats(API). I think "msgBacklog" is calculated from "ManagedLedgerImpl.ENTRIES_ADDED_COUNTER_UPDATER" and...

type/bug
area/broker
lifecycle/stale

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.11.3 ### Minimal reproduce step I have no exact reproduce steps but my...

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://gist.github.com/ShivrajJ/134d23d79a6e122677fd5b300c4de3fa ### Exception stacktrace I added a debug-level log with the topic...

area/test
type/flaky-tests

**Describe the bug** I'm testing geo-replication with subscription enabled. In my testing environment, there are 2 clusters (ClusterA and ClusterB) with a global zookeeper on a dedicated server host. Each...

type/bug

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://gist.github.com/storm-08/61ff3104a1f0492cfa98c600708faa3e ### Exception stacktrace Please note I have added Thread.sleep(5) in my...

area/test
type/flaky-tests

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently, the Debezium connector is set to [Debezium version 1.9.7](https://github.com/apache/pulsar/blame/branch-4.0/pom.xml#L241-L242), last updated November...

type/enhancement

### Motivation The current MetadataStore API and MetadataStoreExtended API doesn't provide a way to cancel (unregister) registered listeners. This is a problem in some tests where the metadata store instance...

doc-not-needed
ready-to-test
release/4.0.9

### Motivation ledger zk path is like "/ledgers/00/0601/L7170". But currently it exist pattern regex error cause zk data notification can not execute. ledgerPathRegex.matcher(n.getPath()).matches() is always false. ![企业微信截图_c58d5c24-43ee-4bb1-b1b5-9d9fbb3747e2](https://github.com/user-attachments/assets/8c2f19a4-870e-4503-9fba-0b46efb63474) ### Modifications use...

doc-not-needed
ready-to-test
release/3.0.13
release/4.0.6
release/3.3.8

### Motivation https://github.com/apache/pulsar/pull/23940 brings a behavior change that the core logic of `ManagedLedger#asyncAddEntry` now won't switch threads, which means it will be executed directly in Netty I/O thread via `PersistentTopic#asyncAddEntry`....

type/enhancement
release/blocker
doc-not-needed
release/4.0.6