zhoujinsong commented on issue #3112:
URL: https://github.com/apache/amoro/issues/3112#issuecomment-2324031295

   I am not sure what the reason is for waiting for the task_runtime table 
block.
   
   A possible answer is we are trying to delete expired task_runtimes at that 
time with SQL:
   ```sql
   delete from task_runtime where table_id = ? and process_id < ?
   ```
   
   Maybe we can check this next time the error occurs.


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

Reply via email to