ibessonov commented on code in PR #7694:
URL: https://github.com/apache/ignite-3/pull/7694#discussion_r3049616934


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##########
@@ -1066,6 +1066,19 @@ public boolean init(final NodeOptions opts) {
             return false;
         }
 
+        // Restore appliedId so that unsafeTruncateSuffix() can reject 
truncation of applied entries.

Review Comment:
   Maybe this explanation is worth copying into the comment in the code.



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