ByteYue opened a new pull request, #30244: URL: https://github.com/apache/doris/pull/30244
## Proposed changes Issue Number: close #xxx Consider two replica A, B A: [0-11] [11-20] [20-33] A is the cooldown replica and the [20-33] rowset is empty B: [0,15] [11-22] [23-33] Because the rowset[20-33] of A is empty, then this rowset would not be picked to be cooldown rowset, which means the max cooldown verison would be 20, and 20 is not suitable for replica B which would make B would never follow cooldown. <!--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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]
