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 This PR fixes the link to the Debezium MS SQL integration tests in the docs. ### Modifications Updated master + 2.10 docs ### Verifying this change - [...

doc

### Motivation When isAutoSkipNonRecoverableData=true and individual ack, the markdelete position does not move forward. https://github.com/apache/pulsar/blob/72dd01b8a0339541a8c3e75070bf6b8c2e6d0906/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/OpReadEntry.java#L100-L114 ### Modifications 1. Add a skipped variable in EntryImpl to record whether the entry is...

type/bug
area/broker
doc-not-needed
release/2.8.5
release/2.11.1
release/2.10.4
release/4.0.1

### Motivation Variable policiesCache in NamespaceBundleFactory is not used. ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please...

doc-not-needed

apache-pulsar-2.8.0 three pulsar cluster second pulsar messages: 16:33:15.772 [BookKeeperClientWorker-OrderedExecutor-0-0] WARN org.apache.bookkeeper.client.PendingAddOp - Failed to write entry (135, 0): Bookie handle is not available 16:33:15.801 [BookKeeperClientWorker-OrderedExecutor-0-0] ERROR org.apache.bookkeeper.client.MetadataUpdateLoop - UpdateLoop(ledgerId=135,loopId=413ab672) Exception...

type/bug
Stale

Fixes #17406 ### Motivation Enable CREATE_TOPIC permission check on topic auto creation. ### Modifications Introduce AuthAction.create_topic for the PulsarAuthorizationProvider ### Verifying this change - [ ] Make sure that the...

type/feature
doc-required
area/authn

### Motivation Add code coverage to make sure good quality of PRs. Although unit tests run in different runners, by using [Codecov](https://docs.codecov.com/docs) the coverage XML reports can be aggregated automately....

doc-not-needed
component/ci
ready-to-test

### Motivation https://github.com/apache/pulsar/issues/17428 ### Modifications - Add acknowledge message id list API. ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later) -...

type/feature
component/client-c++
doc-not-needed
ready-to-test

### Motivation It may happen that a ManagedLedger continues to work even in case of seeing a BadVersionException. For instance background activities like trimming ledgers, or offloading will continue to...

type/bug
component/tieredstorage
component/broker
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 Pulsar version: 2.10.1 ### Minimal reproduce step Follow [Pulsar functions quickstart](https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.3.0/functions-quickstart.md#writing-and-running-a-new-function). I'm using...

type/bug

### Motivation In Pulsar 2.10 the custom "BookieId" feature doesn't work anymore because in PulsarRegistrationDriver we are not implementing `getBookieServiceInfo` ### Modifications Implement `getBookieServiceInfo` ### Verifying this change This change...

doc-not-needed
release/2.10.2
release/2.11.0
ready-to-test