ozone
ozone copied to clipboard
HDDS-13846. Handle sequenceid synch during close container in SCM.
What changes were proposed in this pull request?
Currently in SCM only state is synched from leader to followers using raft. In some cases sequence id in follower may lag even though state gets changed to CLOSED. More details described in Jira. In this PR, we are also synching sequence id from leader to follower when there is state change.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13846
How was this patch tested?
Verified in docker cluster and added new test