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 reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....

type/bug

### Search before reporting - [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/18802878674/job/53653078467#step:11:676 ### Exception stacktrace ```text [ERROR] org.apache.pulsar.broker.loadbalance.extensions.BrokerRegistryMetadataStoreIntegrationTest.cleanup -- Time elapsed: 11.19 s

area/test
type/flaky-tests

### Motivation The `TopicName`'s constructor has poor performance: - `NamespaceName#get` is very slow - `Splitter.on("/").splitToList(rest)` is slow - `String.format` is slower than the `+` operation on strings and `completeTopicName` is...

area/broker
doc-not-needed
release/3.3.10
release/3.0.16
release/4.0.9

### Motivation **Issue**: negative unack-messages - Consumer-1 received messages. - Unload the topic. - The message may be sent to consumer-2, but the consumption of consumer-1 is still in progress...

type/bug
doc-not-needed
ready-to-test
release/3.3.10
release/3.0.16
release/4.0.9

### Motivation V1 topic creation is allowed even if the namespace does not exist. After a topic creation, users will get the following concerns - users will get a namespace...

type/bug
doc-not-needed
ready-to-test
release/4.0.9
release/4.1.3

Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation This PR removes the transitive dependency reactor-netty-http from the Azure Data Explorer module. The module was bringing in io.projectreactor.netty classes that...

doc-not-needed
ready-to-test
release/3.3.10
release/3.0.16
release/4.0.9
release/4.1.3

### Motivation In geo, the `msgOut` is inaccurate: 1. When `Entry` is batch message, the `org.apache.pulsar.common.stats.Rate#countAdder` and `org.apache.pulsar.common.stats.Rate#totalCountAdder` increment only once. 2. When the network fails, the `org.apache.pulsar.common.stats.Rate#recordEvent(long)` shouldn't be...

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

### Motivation When using the admin-client to set the replication cluster for non-persistent partitioned topic, the broker throws the topic not found, due to `org.apache.pulsar.broker.namespace.NamespaceService#getListOfNonPersistentTopics` didn't fetch the non-persistent partitioned...

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

Fixes: - https://github.com/apache/pulsar/issues/16978 ### Motivation When there are two consumers, users can specify the consumption behavior of each consumer by `Entry filter`: - `case`: `consumer_1` can consume 60% of the...

doc-not-needed
Stale
release/4.0.9

splitAlgorithm is alreay specified by user or default before input to this method. It will initial wrong option type and throw ClassCastException when user specified FlowOrQpsEquallyDivideBundleSplitAlgorithm and default is not....

type/bug
area/broker
doc-label-missing
Stale
ready-to-test
release/4.0.9