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 Avoid setting broker internal system topics using off-loader because some of them are the preconditions of other topics. The slow replying log speed will cause a delay in...

area/broker
doc-not-needed
ready-to-test
category/reliability
release/3.2.3
release/3.0.5

WIP, not ready for review. PR opened in draft mode for initial discussion and feedback. ### Motivation When investigating another issue and reproducing the problem using these instructions, https://github.com/apache/pulsar/pull/21948#issuecomment-2078264388, I...

doc-not-needed

### Motivation The steps to describe the issue - There is a partitioned topic on the remote cluster, with partitions `1`. And the source cluster does not have this topic....

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

Fix error in obtaining network card related information under linux or mac os ### Motivation ![企业微信截图_45b27c2b-b570-4951-8333-dbc628abeb01](https://github.com/apache/pulsar/assets/10494131/b7247d4c-6fcd-49aa-9904-4d249da437db) ### Modifications ### Verifying this change - [ ] Make sure that the change...

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

When ledger is closed, do not offload when this ledger is non-persistent or system topics. ### Motivation When ledger is closed, do not offload when this ledger is non-persistent or...

doc-not-needed

### 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

PulsarStandaloneBuilder looks like a great API for users to launch an embedded Pulsar service for unit tests. Currently (2.8.0) there are a few problems that need to be fixed: -...

type/enhancement
help wanted
good first issue

### 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

Fixes #22428 ### Motivation ```java java.util.concurrent.ExecutionException: org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: This topic already exists at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.apache.pulsar.broker.admin.AdminApiMultiBrokersTest.testForceDeletePartitionedTopicWithSub(AdminApiMultiBrokersTest.java:208) ``` `ConflictException` can be ignored. ### Modifications - Check again whether the topic...

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

Fixes #22442 ### Motivation Please refer to #22442. ### Modifications Exclude producers for geo-replication from the `publishers` field in topic-stats and broker-stats. ### Verifying this change - [x] Make sure...

type/enhancement
area/broker
doc-not-needed
ready-to-test