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

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


    from 4052dc0f8f Optimize getEntryLogMetadata (#3948)
     new f8a0501939 Make compatible between DefaultEntryLogger and 
DirectEntryLogger (#4041)
     new ffa15645a0 Remove underreplicaiton callback (#4058)

The 2 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:
 .../bookkeeper/bookie/DefaultEntryLogger.java      |  27 ++++-
 .../bookkeeper/bookie/EntryLoggerAllocator.java    |   4 +-
 .../directentrylogger/DirectEntryLogger.java       |   5 +-
 .../storage/directentrylogger/EntryLogIdsImpl.java |  83 +--------------
 .../meta/LedgerUnderreplicationManager.java        |   5 +-
 .../org/apache/bookkeeper/replication/Auditor.java |  17 ---
 .../bookkeeper/replication/AuditorStats.java       |  25 -----
 .../bookkeeper/replication/ReplicationStats.java   |   2 -
 .../LedgerDirUtil.java}                            | 116 ++++++---------------
 .../apache/bookkeeper/bookie/CreateNewLogTest.java |  40 +++++++
 .../storage/directentrylogger/TestEntryLogIds.java |  13 +--
 11 files changed, 118 insertions(+), 219 deletions(-)
 copy 
bookkeeper-server/src/main/java/org/apache/bookkeeper/{bookie/storage/directentrylogger/EntryLogIdsImpl.java
 => util/LedgerDirUtil.java} (63%)

Reply via email to