HxpSerein opened a new pull request, #14084: URL: https://github.com/apache/iotdb/pull/14084
## Description In previous solutions, IoTConsensus actually only ensured the data consistency of coordinator node. For scenarios where region members change, we need to ensure the data consistency of all nodes. To achieve this, we need to move `notifyPeersToBuildSyncLogChannel` forward. Master data consistency test result: <img width="649" alt="image" src="https://github.com/user-attachments/assets/fe0e7cce-5c2d-4947-a329-a2ffe410788e"> This PR: <img width="624" alt="image" src="https://github.com/user-attachments/assets/050016bd-8d06-4631-9f6c-df86b2fc9a65"> -- 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]
