sanpwc commented on code in PR #3404:
URL: https://github.com/apache/ignite-3/pull/3404#discussion_r1523344867
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/StateMachine.java:
##########
@@ -67,6 +67,12 @@ public interface StateMachine {
*/
boolean onSnapshotLoad(final SnapshotReader reader);
+ /**
+ * Invoked when the belonging node is about to become the leader of the
group. Default: Do nothing
+ */
+ void onBeforeLeaderStart();
+
Review Comment:
Fixed.
--
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]