This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 35b8f137b4 Log all the error in the GarbageCollectorThread (#4649)
new 2b2661de68 [fix]Wrong error code(-107) of opening a deleted ledger
(#4657)
new c398379658 [fix]BK stays at read_only state even if the disk is empty
(#4640)
new dd0ed9d65b Bring back the old public method name (#4682)
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:
.../apache/bookkeeper/bookie/BookieException.java | 12 ++
.../bookkeeper/bookie/BookieStateManager.java | 29 ++--
.../org/apache/bookkeeper/bookie/BookieStatus.java | 19 ++-
.../bookkeeper/bookie/HandleFactoryImpl.java | 2 +-
.../bookkeeper/bookie/LedgerDirsMonitor.java | 17 ++-
.../org/apache/bookkeeper/bookie/StateManager.java | 12 +-
.../bookkeeper/proto/PerChannelBookieClient.java | 5 +
.../bookkeeper/proto/ReadEntryProcessor.java | 2 +-
.../bookkeeper/proto/ReadEntryProcessorV3.java | 5 +-
.../bookkeeper/proto/WriteEntryProcessor.java | 4 +-
.../bookkeeper/proto/WriteEntryProcessorV3.java | 4 +-
.../bookkeeper/proto/WriteLacProcessorV3.java | 4 +
.../http/service/BookieStateReadOnlyService.java | 4 +-
.../bookie/BookieInitializationTest.java | 153 +++++++++++++++++++--
.../apache/bookkeeper/bookie/LedgerCacheTest.java | 2 +-
.../org/apache/bookkeeper/client/TestFencing.java | 113 +++++++++++++++
.../replication/AuditorLedgerCheckerTest.java | 4 +-
17 files changed, 353 insertions(+), 38 deletions(-)