Ivan Andika created RATIS-2109:
----------------------------------
Summary: RaftLogBase#updateCommitIndex should return true only if
commitIndex is updated
Key: RATIS-2109
URL: https://issues.apache.org/jira/browse/RATIS-2109
Project: Ratis
Issue Type: Improvement
Reporter: Ivan Andika
Assignee: Ivan Andika
RaftLogBase#updateCommitIndex returns true regardless whether commit index is
actually increased (RaftLogIndex#updateIncreasingly returns true). This can
cause unnecessary StateMachineUpdater notification
We can change it so that RaftLogBase#updateCommitIndex only returns true if
commit index is actually increased.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)