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*** The ensemble bookies of metadata and the actual written bookies are different, resulting in a read failure. conf - ensemble size: 6 - write quorum...

type/bug

### Motivation Now the localNode is not updated after initialize. There exist some problems. 1. LocalNode has wrong rack information. Because the execute order in the bookieClient constructor is :...

**BUG REPORT** ***Describe the bug*** I configured the serviceURL with *zk+longhierarchical* which means using LongHierarchicalLedgerManager. But after executing shell metaformat, in the LAYOUT znode is HierarchicalLedgerManager in fact. ***To Reproduce***...

type/bug

### Motivation Now in regionAwarePolicy, each region has the same localNode. Such as: - region1 - localNode is /region1/rack1 - region2 - localNode is /region1/rack1 - region3 - localNode is...

**FEATURE REQUEST** Starting JDK 9, the javac executable can accept the --release option to specify against which Java SE release you want to build the project. 1. The --release option...

type/feature

Descriptions of the changes in this PR: ### Motivation If there are multi possible bookieIds, we should return the `rmCookie` when any bookIds verifies successfully. ### Changes Return remote cookie...

Hi bookkeeper community, just for note that Jetcd will drop java 8, please check https://github.com/etcd-io/jetcd/issues/1218

type/question

### Motivation Some RegistrationManager implements(PulsarRegistrationManager) will delete the bookie's node in the close method, which will lead to the test failure.

area/tests

Support markLedgerReplicated command. Motivation: Sometimes, users need to decommission a bookie, but there are under-replicated ledgers on the bookie that would be blocked during decommission. When users don't care about...

type/improvement

**QUESTION** Recently I'm reading the code associates with how bookkeeper writes indexes for a ledger, and there is a piece of logic about grab an available LedgerEntryPage from cache. step...

type/question