This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a change to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 52d779ae4a Fix the data loss issue that caused by the wrong entry log
header (#4607)
new f507b1c54a Fix region aware placement policy disk weight dose not
update. (#4522)
new 857959eb8c remove in address2Region while bookie left to get correct
rack info (#4504)
new 804b2b611c [fix] Write stuck due to pending add callback by multiple
threads (#4557)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../client/RegionAwareEnsemblePlacementPolicy.java | 25 +++
.../apache/bookkeeper/proto/BookieClientImpl.java | 30 ++-
.../bookkeeper/proto/PerChannelBookieClient.java | 8 +-
.../TestRegionAwareEnsemblePlacementPolicy.java | 218 ++++++++++++++++++++-
.../proto/ClientSocketDisconnectTest.java | 144 ++++++++++++++
5 files changed, 412 insertions(+), 13 deletions(-)
create mode 100644
bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java