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

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


    from a256a59652 [branch-4.14] sync pr#3317 Fix maven javadoc generate 
(#3615)
     new 13a9d09afe fix readlogMetadata get logid is 0 bug (#2349)
     new 10e23cbf3d Use LinkedHashMap instead of HashMap to fix flaky tests due 
non-deterministic order (#3551)
     new 31f548c706 Fix GetBookieInfo failed event stats (#3622)
     new 0966cafda4 Include bkperf into bk all package (#3632)
     new b4d0be2144 Apply recycle logic during add entry creation but ledger 
close to LedgerHandleAdv (#3621)

The 5 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-dist/all/pom.xml                        |   6 ++
 .../src/main/resources/LICENSE-all.bin.txt         |   2 +
 .../org/apache/bookkeeper/bookie/BookieShell.java  |   3 +-
 .../apache/bookkeeper/client/LedgerHandleAdv.java  |   2 +
 .../bookkeeper/proto/GetBookieInfoProcessorV3.java |  10 +-
 .../commands/bookie/ReadLogMetadataCommand.java    |   3 +
 .../proto/GetBookieInfoProcessorV3Test.java        | 101 +++++++++++++++++++++
 .../replication/AuditorReplicasCheckTest.java      |  12 +--
 8 files changed, 129 insertions(+), 10 deletions(-)
 create mode 100644 
bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/GetBookieInfoProcessorV3Test.java

Reply via email to