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 2018/11/21 12:28:07 UTC

[GitHub] morningman opened a new issue #335: Add a new tablet repair framework for faster tablet balance and repair

morningman opened a new issue #335: Add a new tablet repair framework for faster tablet balance and repair
URL: https://github.com/apache/incubator-doris/issues/335
 
 
   # Current problem
   
   The current tablet repair and balance is based on CloneChecker, which is a fixed scheduler daemon thread. It checks all tablets at fixed period, and try to repair at most `Config.clone_max_job_num` tablets in one round.
   
   1. It is very slow because it just run at a fix period even if there is no clone task running now.
   2. User specify the priority of tablet repair, which tablet may be repaired is just a random choice.
   3. No way to check the tablet repair progress.
   4. Heavy coupling with other routine job such as ALTER.
   
   The new tablet repair framework will solve there problem

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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