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 2021/11/16 14:06:44 UTC

[bookkeeper] branch master updated (ea63b19 -> a142ebc)

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 ea63b19  Remove unnecessary boxing unboxing (#2859)
     add a142ebc  Fix bookkeeper logger number not correct (#2893)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/bookkeeper/replication/TestReplicationWorker.java  | 2 +-
 .../org/apache/bookkeeper/test/BookKeeperClusterTestCase.java     | 8 ++++----
 .../org/apache/bookkeeper/metadata/etcd/EtcdBookieRegister.java   | 4 ++--
 .../clients/impl/channel/StorageServerChannelManager.java         | 4 ++--
 .../clients/impl/container/StorageContainerManager.java           | 2 +-
 .../bookkeeper/clients/impl/internal/LocationClientImpl.java      | 2 +-
 .../clients/impl/internal/RootRangeClientImplWithRetries.java     | 2 +-
 .../core/src/main/java/org/apache/distributedlog/MaxTxId.java     | 2 +-
 .../core/src/test/java/org/apache/distributedlog/TestReader.java  | 2 +-
 .../org/apache/bookkeeper/tools/perf/journal/JournalWriter.java   | 2 +-
 10 files changed, 15 insertions(+), 15 deletions(-)