Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When Ratis receives a Configuration change request (SetConfiguration), the StateMachine is only notified of index update.
CompletableFuture<Message> applyLogToStateMachine(LogEntryProto next) { if (!next.hasStateMachineLogEntry()) { stateMachine.notifyIndexUpdate(next.getTerm(), next.getIndex()); } else if (next.hasStateMachineLogEntry()) { ......
This Jira aims to add a method in StateMachine interface to notify StateMachine about configuration change.
Attachments
Issue Links
- links to