kezhuw commented on code in PR #1899: URL: https://github.com/apache/zookeeper/pull/1899#discussion_r924503457
########## zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxn.java: ########## @@ -855,6 +855,18 @@ class SendThread extends ZooKeeperThread { private boolean isFirstConnect = true; private volatile ZooKeeperSaslClient zooKeeperSaslClient; + private String stripChroot(String serverPath) { Review Comment: It uses `ClientCnxn.chrootPath` which is a non-static member. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org