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 The ResourceLock revalidation, after a session expiry, is only getting triggered after the signal of session reconnected. If this is not coming through, there is no further attempt...

doc-not-needed
ready-to-test
release/3.2.3
release/3.0.5

### Motivation Deleting a namespace sometimes fails and leaves znodes around, especially the "bundle owner" nodes `/namespace/NAMESPACE/xxxxxx ` ### Modifications - ensure that all the children of /namespace/NAMESPACE are deleted,...

type/bug
area/broker
doc-not-needed

### Motivation pip-347 implementation pr:https://github.com/apache/pulsar/pull/22562 ### Modifications ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This...

doc-not-needed
PIP

### Motivation Fix Reader can be stuck from transaction aborted messages. Related to https://github.com/apache/pulsar/pull/22572 Since Reader's SubscriptionType is `Exclusive`, so we no need to handle DelayedDelivery messages. ### Modifications ###...

area/client
area/broker
area/transaction
doc-not-needed
ready-to-test
release/2.10.7
release/2.11.5
release/3.2.3
release/3.0.5

### Motivation In https://github.com/apache/pulsar/pull/19035 we introduced `skipCondition` to filter-out delay delivery messages before read entries from Bookkeeper, and in https://github.com/apache/pulsar/pull/21739, we also filter-out deleted(individual acked messages) before read entries. However,...

doc-not-needed
ready-to-test
area/ML
category/performance
triage/lhotari/important
release/4.0.9
release/4.1.3

Fixes #22638 ### Motivation Currently when Reader Builder is used to create Reader with `startMessageFromRollbackDuration` and if it fails due to connection issue and application retries to create a new...

area/client
doc-not-needed
ready-to-test

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation When troubleshooting production enviroments it would be helpful to see with "peek message"...

type/enhancement

### Search before asking - [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 don't get bug fixes....

type/bug

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 3.0.0 ### Minimal reproduce step add the pulsar-client-3.0.0.jar as a dependency, try to...

type/bug

### Motivation During the recovery of the cursor, if the stored position points to a non existent ledger, the cursor is rewinded to the oldest position. In this case the...

doc-not-needed