ZLATAN628 commented on code in PR #2228: URL: https://github.com/apache/zookeeper/pull/2228#discussion_r1974910644
########## zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/FastLeaderElection.java: ########## @@ -223,8 +223,8 @@ class WorkerReceiver extends ZooKeeperThread { volatile boolean stop; QuorumCnxManager manager; - WorkerReceiver(QuorumCnxManager manager) { - super("WorkerReceiver"); + WorkerReceiver(QuorumCnxManager manager, String threadName) { + super(threadName); Review Comment: You are right, I didn’t notice that. -- 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