swamirishi commented on code in PR #1218:
URL: https://github.com/apache/ratis/pull/1218#discussion_r1962444784


##########
ratis-server-api/src/main/java/org/apache/ratis/statemachine/StateMachine.java:
##########
@@ -244,6 +244,14 @@ default void notifyConfigurationChanged(long term, long 
index, RaftConfiguration
      */
     default void notifyGroupRemove() {}
 
+    /**
+     * Notify the {@link StateMachine} a group removal event.
+     * @param applyTransactionFailure true if there was a failure in applying 
transaction.
+     */
+    default void notifyGroupRemove(boolean applyTransactionFailure) {
+      notifyGroupRemove();
+    }

Review Comment:
   Will create a jira for this. Removed it from 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to