You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/20 14:39:37 UTC

[GitHub] [incubator-doris] morningman edited a comment on issue #4104: No available BE to choose when repair

morningman edited a comment on issue #4104:
URL: https://github.com/apache/incubator-doris/issues/4104#issuecomment-661081118


   > There are A, B, C and D 4 BEs.
   > tablet t has 3 replicas in A(good), B(good) and C(version miss).
   > If now mark D as decommissioned. FE will never delete replica in C and can not choose D to create new replica.
   
   I think this case will fall into this branch:
   
   https://github.com/apache/incubator-doris/blob/2de4f2471bd729e9f723ca8cdd5d9abfe69bf8eb/fe/src/main/java/org/apache/doris/catalog/Tablet.java#L476-L478
   
   So it can not run to the code you modified in #4105 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org