EmmyMiao87 commented 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org