morningman opened a new pull request #4804: URL: https://github.com/apache/incubator-doris/pull/4804
## Proposed changes 1. When we decommission some BEs with SSD disks, if there are no SSD disks on the remaining BEs, it will be impossible to select a suitable destination path. In this case, we need to ignore the storage medium property and try to select the destination path again. Set `isSupplement` to true will ignore the storage medium property. 2. When the BE nodes where all replicas of a tablet are located are decommission, and this task is a VERSION_INCOMPLETE task. This will lead to failure to select a suitable dest replica. At this time, we should try to convert this task to a REPLICA_MISSING task, and schedule it again. ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) ## Checklist - [x] I have create an issue on (Fix #4802 ), and have described the bug/feature there in detail ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
