eolivelli commented on a change in pull request #2082: Issue 1927: fix 
NoNodeException in LocalBookeeper
URL: https://github.com/apache/bookkeeper/pull/2082#discussion_r280970302
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/util/LocalBookKeeper.java
 ##########
 @@ -345,15 +345,18 @@ static void 
startLocalBookiesInternal(ServerConfiguration conf,
                                           String zkDataDir,
                                           String localBookiesConfigDirName)
             throws Exception {
-
+        if (conf.getZkLedgersRootPath() != 
BookKeeperConstants.DEFAULT_ZK_LEDGERS_ROOT_PATH) {
 
 Review comment:
   This is a String, so you have to use 'equals'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to