tisonkun commented on a change in pull request #1832:
URL: https://github.com/apache/zookeeper/pull/1832#discussion_r816437386



##########
File path: 
zookeeper-server/src/main/java/org/apache/zookeeper/server/ServerCnxn.java
##########
@@ -62,13 +62,6 @@
 
     private Set<Id> authInfo = Collections.newSetFromMap(new 
ConcurrentHashMap<Id, Boolean>());
 
-    /**
-     * If the client is of old version, we don't send r-o mode info to it.
-     * The reason is that if we would, old C client doesn't read it, which
-     * results in TCP RST packet, i.e. "connection reset by peer".
-     */
-    boolean isOldClient = true;

Review comment:
       Confirm work start from 3.4.0, not for 3.3.6 and before.




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