kezhuw opened a new pull request, #1988: URL: https://github.com/apache/zookeeper/pull/1988
Individual `OpCode.check` causes: * Connection loss due to null stat in `SetDataResponse`. * Database corruption since `SerializeUtils.deserializeTxn` does not support `OpCode.check`. This commit makes `OpCode.check` a pure read operation and returns nothing to match `OpResult.CheckResult` in `MultiResponse`. -- 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