kangkaisen opened a new issue #2733: Tablet balance will hang if there is dropped BE URL: https://github.com/apache/incubator-doris/issues/2733 **Describe the bug** When directly dropped one BE, the Tablet balance will hang and unhealthy tablet couldn't be repaired. The error msg is `unable to find dest path for new replica`. The reason is `tabletCtx.containsBE` has a bug: If one Replica Backend is null, the `tabletCtx.containsBE` **will always return true for all Backend.**
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
