yixiutt opened a new pull request, #17182: URL: https://github.com/apache/doris/pull/17182
Case like this: we have 4 be, decommission 1 and than drop one, then this tablet will set FORCE_REDUNDANT in as no enough backend for us to create a new replica, and we will drop replica unScheduleAble, so the decommisioned replica may be dropped and then lead to only one replica alive in tablet. We should drop unalive replica first and wait clone enough replica and then drop decommission replica. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## 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]
