You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/11/03 14:00:27 UTC

[GitHub] [incubator-doris] EmmyMiao87 removed a comment on issue #4795: [BUG] retry submit exception is not catched

EmmyMiao87 removed a comment on issue #4795:
URL: https://github.com/apache/incubator-doris/issues/4795#issuecomment-721088608


   Another problem is that I think loading should not have so much concurrency control. 
   In fact, db itself already has a control of the number of transactions. 
   So the number of concurrent tasks here is best to be twice the number of transactions. 
   
   Also, if the submitted task is abnormal, I think the load job can be cancelled directly.
   The reason is that after the system is currently loading the stack, it is generally difficult to recover quickly, so you are not sure how long you will have to wait to retry successfully.


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



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