You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/10/23 11:37:19 UTC

[GitHub] [bookkeeper] eolivelli commented on a change in pull request #2453: BP-41 Cleanup tools logs

eolivelli commented on a change in pull request #2453:
URL: https://github.com/apache/bookkeeper/pull/2453#discussion_r510822320



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/discover/ZKRegistrationClient.java
##########
@@ -462,6 +465,9 @@ public synchronized void unwatchReadOnlyBookies(RegistrationListener listener) {
     }
 
     private static BookieId stripBookieIdFromPath(String path) {
+        if (path == null) {

Review comment:
       this path can be null for system ZK events, like ConnectionLoss




----------------------------------------------------------------
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:
users@infra.apache.org