bookkeeper
bookkeeper copied to clipboard
Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads
Bumps org.eclipse.jetty:jetty-server from 9.4.53.v20231009 to 9.4.55.v20240627. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.eclipse.jetty:jetty-server |...
### Motivation Upgrade gRPC to latest stable version. This will allow to upgrade gRPC in Pulsar codebase as well. ### Changes (Describe: what changes you have made) > --- >...
### Motivation we use RegionAwareEnsemblePlacementPolicy in our pulsar cluster We encountered some unexpected issues. (In some situation, eg, Broker and bookie restart concurrently.) 1. Bookie X join cluster for the...
### Motivation add metric `TOTAL_ENTRY_LOG_SPACE_BYTES` As a supplement to metric `ACTIVE_ENTRY_LOG_SPACE_BYTES` This allows us to easily analyze the proportion of valid data in the cluster entry log. ### Changes 1....
Fix #4503 ### Motivation As discussed in the referred issue, this PR aims to avoid the endless loop which will happen if the dest ByteBuf passed to the BufferedChannel's read...
**BUG REPORT** ***Describe the bug*** While testing BufferedChannel's read instance method (with buf capacity=100B, wrote data through the buffered channel=300B), it happens that when the read's formal parameter "length" is...
Fix https://github.com/apache/bookkeeper/issues/4457, https://github.com/apache/pulsar/issues/22986 ### Motivation There is a dead lock issue in pulsar-3.0, which is easily to reproduce when some bookies become unavailable. Then it would cause broker unavailable and...
**BUG REPORT** ***Describe the bug*** I'm a bit confused about the meaning of the `enforceMinNumRacksPerWriteQuorum` parameter. When I set `enforceMinNumRacksPerWriteQuorum=false` and `minNumRacksPerWriteQuorum=2`. I ran this test expecting the result to...
**BP** This is the master ticket for tracking BP-68 : Adding cookie deletion login in Bookkeeper decommission API. Proposal PR - TBD