Issue 1927: fix NoNodeException in LocalBookeeper#2082
Issue 1927: fix NoNodeException in LocalBookeeper#2082ivankelly merged 4 commits intoapache:masterfrom
Conversation
bookkeeper-server/src/main/java/org/apache/bookkeeper/util/LocalBookKeeper.java
Outdated
Show resolved
Hide resolved
|
Failed replication tests finished with timeout in my laptop(macOS). Did I execute the right command ? Or I missed something. The test log is attached as followed. Thanks org.apache.bookkeeper.replication.BookieAutoRecoveryTest-output.txt |
|
run bookkeeper-server replication tests |
|
Looks like my commit affects case-BookieAutoRecoveryTest#testEmptyLedgerLosesQuorumEventually.
|
|
@ivankelly Thanks for your advice. |
|
@zhaohaidao the fix to permit the paths is one line, using |
|
@ivankelly Thanks for your reminder. I submitted a fix as per your suggestion. Please have a look at it. |
|
run bookkeeper-server replication tests |
|
@eolivelli can you please take a look at this PR again? |
|
ping @eolivelli |
Motivation
It addresses #1927 where it provides a conf check at the beginning of startLocalBookiesInternal function.
Changes
cc @sijie