ChengYilong89 commented on PR #2111: URL: https://github.com/apache/zookeeper/pull/2111#issuecomment-2268283708
Data inconsistence here means digest mismatch count is greater than 0 or you mean client see different data from leader and follower? ---- I mean client see different data from leader and follower. for example, leader contains data of A, B, C, but the follower can only see B, C. the A node is a temporary, and it should be deleted and sync to the follower. But in fact, it is not deleted in the follower. This means that follower didn't persist the txns from diff sync with leader into disk before shutdown and the follower lost the txns. ----- can this result in data inconsistent between leader and follower? -- 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]
