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 2021/04/30 08:08:47 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #5745: Routine load is stuck and no new task is generated

EmmyMiao87 opened a new issue #5745:
URL: https://github.com/apache/incubator-doris/issues/5745


   **Describe the bug**
   
   The status of routine load task is running, but the number of abort tasks and commit tasks remains unchanged.
   And it won't work if the task is paused and restarted, or the same task is recreated.
   The task is still stuck.
   
   After opening the debug log of routine load, you will find the following lineļ¼š
   ```
   2021-04-30 13:54:14,687 DEBUG (Routine load task scheduler|40) [RoutineLoadTaskScheduler.allocateTaskToBe():303] ROUTINE_LOAD_TASK=39f4653fd0dd4b93-8bd8ae6d069654a7, job_id={33427}, be_id={10002}, msg={task has been allocated to be}
   2021-04-30 13:54:14,687 DEBUG (Routine load task scheduler|40) [RoutineLoadTaskInfo.beginTxn():183] begin txn failed for routine load task: 39f4653fd0dd4b93-8bd8ae6d069654a7, errCode = 2, detailMessage = Database[default_cluster:iaas] data size exceeds quota[3.000 TB]
   ```
   Version 0.13.16
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Fully use the quota of the database.
   2. create routine load
   3. show routine load
   4. routine load is running but no task is executed.
   
   **Expected behavior**
   When the database capacity is full, the routine load task should be paused immediately.
    The error information should be exposed to the end user.
   


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


[GitHub] [incubator-doris] morningman closed issue #5745: Routine load is stuck and no new task is generated

Posted by GitBox <gi...@apache.org>.
morningman closed issue #5745:
URL: https://github.com/apache/incubator-doris/issues/5745


   


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