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:
[email protected]



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

Reply via email to