symious commented on PR #6617: URL: https://github.com/apache/ozone/pull/6617#issuecomment-2091983553
@sodonnel Thanks for the review. The case we met the issue is as follows: 0. Four replicas in QUASI_CLOSE state from the single source. 1. OriginalSet will be 4 replicas, eligibleSet has 3 replicas, one removed since for uniqueness. 2. Then in comparing the policy validity, it will compare between 3 replicas and 2 replicas, this is not correct. For inprogress moves, this should be removed [here](https://github.com/apache/ozone/pull/6617/files#diff-02e88c68802699377a35ae6b6cf2b7d9f31ad0402ac5c237f8c5d19fe6eefc65R291). -- 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]
