jonmv commented on code in PR #1925:
URL: https://github.com/apache/zookeeper/pull/1925#discussion_r1153570079


##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/SyncRequestProcessor.java:
##########
@@ -174,6 +224,21 @@ public void run() {
                     break;
                 }
 
+                if (si == turnForwardingDelayOn) {
+                    nextProcessor.close();

Review Comment:
   Only followers enqueue these special requests, so that can't happen. 
Observers don't ack txns, as far as I remember? 
   



-- 
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

Reply via email to