lvfangmin commented on a change in pull request #1059: [ZOOKEEPER-3512] Real
time data consistency check during broadcast time
URL: https://github.com/apache/zookeeper/pull/1059#discussion_r355199981
##########
File path:
zookeeper-server/src/main/java/org/apache/zookeeper/server/ZooKeeperServer.java
##########
@@ -500,6 +501,10 @@ public void loadData() throws IOException,
InterruptedException {
takeSnapshot();
}
+ public boolean compareDigest(TxnHeader header, Record txn, TxnDigest
digest) {
Review comment:
Good catch, this is the method we used in a later feature to check
consistency during DIFF sync, I'll remove it here.
----------------------------------------------------------------
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]
With regards,
Apache Git Services