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

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation [PIP 130: Apply redelivery backoff policy for ack timeout](https://github.com/apache/pulsar/issues/13528) ### Solution Refer java...

component/client-c++
Stale

### Motivation Fix https://github.com/apache/pulsar/issues/17688 ### Modifications 1. Add missing files linked in `io-connectors` for versions `2.1.1-incubating`, `2.2.x`, `2.3.x`, `2.4.x`, and `2.5.x`. 2. Revert overwritten contents of `io-connectors` for versions `2.1.1-incubating`,...

doc

Fixes #17446 ### Motivation Producer may be permanently blocked by chunking messages when blockIfQueueFull is enabled. The reason for this bug is how the chunk message semaphore is acquired. https://github.com/apache/pulsar/blob/359cfa7bc05775bf6dd004f21b9907610ed3b3d5/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerImpl.java#L520-L527...

doc-not-needed

Master Issue: #15370 ### Modifications - Make transaction `MLTransactionMetadataStoreProvider` & `MLPendingAckStoreProvider` support buffered writer metrics. - Motivation: #15370 ---- - Delete constructor of `TxnLogBufferedWriter` without parameter `metrics`. - Motivation: it...

component/transaction
doc-not-needed

### Motivation Fix testGetTxnID, testSubscriptionRecreateTopic and testPendingAckMarkDeletePosition can not pass since the broker is not cleaned up. ### Modification fix the testGetTxnID, and move the testSubscriptionRecreateTopic and testPendingAckMarkDeletePosition to adapt...

doc-not-needed

### 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/3087399137/jobs/4996282487 ### Exception stacktrace Error: Tests run: 5, Failures: 1, Errors: 0,...

component/test
flaky-tests

Fixes https://github.com/apache/pulsar/issues/16527 ### Motivation Copied from issue discussion: The problem is the [GIL](https://wiki.python.org/moin/GlobalInterpreterLock). When Python object reference counts are manipulated from compiled code, those manipulations are not atomic or protected...

type/bug
component/client-python
doc-not-needed
release/2.9.4
release/2.8.5
release/2.11.1
release/2.10.3
ready-to-test

### What issue do you find in Pulsar docs? geo-replication can only replicate data asynchronously. If bookkeeper is deployed across IDCs, there is no way to ensure that entry replicas...

help-wanted
doc-required
lifecycle/stale
Stale

### Motivation Capturing shared ptr in the timer function will cause a circular reference. ### Modifications - Use weak ptr instead shared ptr. ### Documentation - [x] `doc-not-needed`

type/bug
component/client-c++
doc-not-needed
release/2.9.4
release/2.8.5
release/2.11.1
release/2.10.3

### 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. unload bundle causes topic fence 2. OpAddEntry...

type/bug