morningman opened a new issue #6340: URL: https://github.com/apache/incubator-doris/issues/6340
**Describe the bug** Routine load job will meet TOO_MANY_TASKS errors occasionally. And I found it is because after the transaction being committed, the task will call `kafka->commit()` to commit the offset. But it is a blocking method, so that is kafka server has some problem, it may block for a long time. But the task is considered as FINISHED on FE after the transaction being committed, but the task actually not finished due to the blocking `commit` method. -- 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]
