pkuwm commented on a change in pull request #1066:
URL: https://github.com/apache/helix/pull/1066#discussion_r499183282



##########
File path: 
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/ZkClient.java
##########
@@ -1967,18 +1937,19 @@ public void asyncSetData(final String path, Object 
datat, final int version,
           new ZkAsyncCallMonitorContext(_monitor, startT, 0, false), null);
       return;
     }
-    doAsyncSetData(path, data, version, startT, cb);
+    doAsyncSetData(path, data, version, startT, cb, 
parseExpectedSessionId(datat));
   }
 
   private void doAsyncSetData(final String path, byte[] data, final int 
version, final long startT,

Review comment:
       We'll track the work in another issue: 
https://github.com/apache/helix/issues/1434




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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to