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/04/29 09:14:18 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1076: Add new scheduler of load in fe

EmmyMiao87 opened a new pull request #1076: Add new scheduler of load in fe
URL: https://github.com/apache/incubator-doris/pull/1076
 
 
   1. New scheduler only support the broker load now.
   2. The stage of load consist of PENDING -> LOADING -> FINISHED
   3. The LoadScheduler will divide job into a pending task. There are preparations that need to be done on pending task.
   4. OnPendingTaskFinished will be invoked after pending task. It is used to submit the loading task which is created based on attachment of pending task.
   5. OnLoadingTaskFinished will be invoked after loding task. It is used to record the commit info and commit txn when all of task has been finished.
   .

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