bookkeeper icon indicating copy to clipboard operation
bookkeeper copied to clipboard

Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads

Results 409 bookkeeper issues
Sort by recently updated
recently updated
newest added

**BUG REPORT** ***Describe the bug*** When running some Pulsar tests in a module that didn't have a log4j2.xml config file, the logging configuration was picked up from the bookkeeper-server jar...

type/bug

### Problem In our customer prd, they found there are many repeat logs. ``` 2023-06-30T01:14:01,252+0000 [ReplicationWorker] ERROR org.apache.bookkeeper.replication.ReplicationWorker - ReplicationWorker failed to replicate Ledger : 46095 for 0 number of...

type/bug

**BUG REPORT** ***Describe the bug*** Bookie compaction halts without any errors or diagnostic information, even with the DEBUG log level enabled. We observed that every time it silently stopped, it...

type/bug

**FEATURE REQUEST** 1. Please describe the feature you are requesting. Currently, BookKeeper's internal garbage collection (GC) processes (e.g., ledger GC, entry log compaction) run periodically and can also be manually...

type/feature

### Motivation - to avoid DNS resolution issues in tests that cause test timeouts as explained in #4585 ### Changes - set `127.0.0.1` as advertised address

release/4.15.6
release/4.16.7
release/4.17.2

Related to: https://github.com/apache/pulsar/issues/12169 https://github.com/apache/pulsar/issues/9562 https://github.com/apache/pulsar/issues/10439 https://github.com/apache/bookkeeper/pull/3139 https://github.com/apache/pulsar/issues/14861 and etc. ### Background Our customer has 12 nodes bookie and 12 nodes broker cluster. Pulsar version: 2.6.3 Bookkeeper: 4.11.1 They enabled bookkeeper...

org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testEmptyLedgerLosesQuorumEventually is flaky. It fails sporadically. ``` Error: org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testEmptyLedgerLosesQuorumEventually -- Time elapsed: 18.41 s

area/tests
flaky-tests

org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testOpenLedgers is flaky. It fails sporadically. ``` Error: org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testOpenLedgers -- Time elapsed: 120.0 s

area/tests
flaky-tests

**FEATURE REQUEST** 1. libnative-io.so is only available for x86. With the advent of graviton processors being widely available on AWS, there are nice cost/performance benefits to be had. 2. This...

type/feature

I have the following config (shortened for brevity) on pulsar 4.0.1 ``` bookkeeperClientRegionawarePolicyEnabled=true reppRegionsToWrite=euw1-az3;euw1-az1;euw1-az2 reppMinimumRegionsForDurability=2 ``` I have at least three bookies. If I try the aforementioned policy (e3,w3,a2) then...