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 07:41:57 UTC

[GitHub] EmmyMiao87 opened a new pull request #333: Add distributor which allocate task to be fairly

EmmyMiao87 opened a new pull request #333: Add distributor which allocate task to be fairly
URL: https://github.com/apache/incubator-doris/pull/333
 
 
   Step1: updateBeIdTaskMaps, remove not alive be and add new alive be
   Step2: process timeout tasks, if a task already has bean allocate to be but not finished before DEFAULT_TASK_TIMEOUT_MINUTES, it will be discarded.
          At the same time, the partitions belong to old task will be allocate to a new task. The new task with a signatrue will be add in the queue of needSchedulerRoutineLoadTask.
   Step3: process all of needSchedulerRoutineLoadTask, allocate task to be. The task will be executed by backend.

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