You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2023/06/19 07:07:12 UTC

[bookkeeper] branch master updated (945df0ce39 -> eff38e45e3)

This is an automated email from the ASF dual-hosted git repository.

yong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


    from 945df0ce39 Reduce unnecessary creation of ReplicationEnableCb objects (#3960)
     add eff38e45e3 Fix ledger replicated failed blocks bookie decommission process (#3917)

No new revisions were added by this update.

Summary of changes:
 .../apache/bookkeeper/client/LedgerFragment.java   |  7 +-
 .../bookkeeper/replication/ReplicationWorker.java  | 14 ++++
 .../bookkeeper/client/BookieWriteLedgerTest.java   | 75 ++++++++++++++++++++++
 .../replication/ReplicationTestUtil.java           |  2 +-
 .../replication/TestReplicationWorker.java         | 27 ++++++++
 5 files changed, 123 insertions(+), 2 deletions(-)