szetszwo commented on PR #1130: URL: https://github.com/apache/ratis/pull/1130#issuecomment-2270416440
Could you also change `logMetadata` as below as mentioned in https://github.com/apache/ratis/pull/1130#pullrequestreview-2219395735 ? ```java //LeaderStateImpl private void logMetadata(long commitIndex) { if (raftLog.appendMetadata(currentTerm, commitIndex) != RaftLog.INVALID_LOG_INDEX) { notifySenders(); } } ``` -- 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]
