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

Descriptions of the changes in this PR: Fixes #4012 This pr behavior: When we want to replace a failed bookie with other bookies, if there are enough bookies, we can...

type/bug
area/bookie

### Motivation journalTime metric is unused anymore since #3843 ### Changes Remove journalTime

### Motivation This PR follows up the comments in this PR #3945 Now when we manually trigger auditor check, we need to restart Auditor or trigger a round of auditor...

area/autorecovery
type/improvement

**BP** This is the master ticket for tracking BP-63 : Proposal PR - #3964 ### Motivation Currently, the Bookie can reschedule Auditor check tasks in several ways, excluding the auditorBookieTask...

type/proposal

***Describe the bug*** I tried using the `apache/bookkeeper:4.17.1` image to run the local bookie, but an error was thrown: ``` bookkeeper@5223bdf53e80:/opt/bookkeeper$ bin/bookkeeper localbookie 6 [0.001s][error][logging] Error opening log file '/opt/bookkeeper/logs/gc_165.log':...

type/bug

### Motivation The bookkeeper image wasn't verified in the CI, because the current-version-image image doesn't depend on the bookkeeper image. ### Changes - Move some config to `docker/pom.xml` from `tests/docker-images/current-version-image/Dockerfile`...

Pulsar 3.0.5, Bookie 4.16. The cluster has entered an abnormal state due to dead lock error. ``` Found one Java-level deadlock: ============================= "BookKeeperClientWorker-OrderedExecutor-10-0": waiting to lock monitor 0x00007f162895cf20 (object 0x0000044fc7914058,...

type/bug

### Motivation There doesn't seem to be a need to retain support for Java 8 and Java 11 in new releases of Bookkeeper. Java 11 is EOL in October. Please...

area/build