You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/20 13:12:00 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1522: Support setting replica status as bad manually

morningman opened a new pull request #1522: Support setting replica status as bad manually
URL: https://github.com/apache/incubator-doris/pull/1522
 
 
   Sometimes a replica is broken on BE, but FE does not notice that.
   In this case, we have to manually delete that replica on BE.
   If there are hundreds of replicas need to be handled, this is a disaster.
   
   So I add a new stmt:
   
       ADMIN SET REPLICA STATUS
   
   which support setting a set of tablets on specified BE as BAD.
   
   #1521 

----------------------------------------------------------------
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


With regards,
Apache Git Services

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