tisonkun commented on code in PR #2104:
URL: https://github.com/apache/zookeeper/pull/2104#discussion_r1637205615


##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java:
##########
@@ -295,8 +295,8 @@ static boolean isValid(int type) {
         // make sure this is always synchronized with Zoodefs!!
         switch (type) {
         case OpCode.notification:
-            return false;
         case OpCode.check:
+            return false;

Review Comment:
   This is the effective change beyond the revert. According to 
https://lists.apache.org/thread/vl816jfrklvqz29coz5qnwpom9q41pcg.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to