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:
[email protected]