purushah commented on code in PR #2269: URL: https://github.com/apache/zookeeper/pull/2269#discussion_r2199034078
########## zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/QuorumPeer.java: ########## @@ -132,7 +133,9 @@ public class QuorumPeer extends ZooKeeperThread implements QuorumStats.Provider // of updates; see the implementation comment at setLastSeenQuorumVerifier(). private AtomicReference<QuorumCnxManager> qcmRef = new AtomicReference<>(); + /** Class name to instantiate for SSL QuorumAuthServer */ Review Comment: I'm sorry, but I'm not sure how I missed it. -- 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