ivandika3 opened a new pull request, #9660: URL: https://github.com/apache/ozone/pull/9660
## What changes were proposed in this pull request? The root cause should be because old leader will trigger StateMachine#notifyLeaderChanged only when it receives AppendEntries from the leader. Therefore, instead of relying on the AppendEntries from heartbeats, we can simply do some writes so that the old leader will be aware of the new leader. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11353 ## How was this patch tested? 10x10: https://github.com/ivandika3/ozone/actions/runs/21250244703 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
