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/19 09:18:34 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1517: Fix bug that replicas of a tablet may be located on same host

morningman opened a new pull request #1517: Fix bug that replicas of a tablet may be located on same host
URL: https://github.com/apache/incubator-doris/pull/1517
 
 
   Doris supports deploying multi BE on one host. So when allocating BE for replicas of
   a tablet, we should select different host. But there is a bug in tablet scheduler
   that same host may be selected for one tablet. This patch will fix this problem.
   
   There are some places related to this problem:
   
   1. Create Table
       There is no bug in Create Table process.
   
   2. Tablet Scheduler
       Fixed when selecting BE for REPLICA_MISSING and REPLICA_RELOCATING.
       Fixed when balance the tablet.
   
   3. Colocate Table Balancer
       Fixed when selecting BE for repairing colocate backend sequence.
       Not fix in colocate group balance. Leave it to colocate repairing.
   
   4. Tablet report
       Tablet report may add replica to catalog. But I did not check the host here,
       Tablet Scheduler will fix it.
   
   ISSUE #1501 

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