sollhui opened a new pull request, #40818:
URL: https://github.com/apache/doris/pull/40818

   If IO/CPU resources are tight, routine load task is likely to timeout. The 
current method is self-adaption backoff 
https://github.com/apache/doris/pull/32227, but the problem is it will do some 
ineffective work to match proper timeout. For one routine load task, a better 
way to handle task is finishing executing instead of retry when  resources are 
tight. Therefore, this pr increase timeout to make "task always finish even if 
it is slow when resources are tight".


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to