You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "narrowizard (via GitHub)" <gi...@apache.org> on 2023/02/10 01:37:54 UTC

[GitHub] [incubator-devlake] narrowizard opened a new issue, #4376: [Bug][Task] Task in pipeline is blocked by something for 30+ mins

narrowizard opened a new issue, #4376:
URL: https://github.com/apache/incubator-devlake/issues/4376

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   I have run a pipeline that contains 4 tasks (not in parallels). They are
   - jira plugin
   - a private plugin to do some data transform
   - starrocks plugin
   - dbt plugin
   
   The last dbt task is started at 18:19 while the previous starrocks task is finished at 17:44. I dont know what happened in this 30+ mins. 
   
   ### What do you expect to happen
   
   The dbt tasks should run as soon as the starrocks task finished.
   
   ### How to reproduce
   
   Dont known, seems it is occurred randomly(under some unknown conditions).
   
   ### Anything else
   
   I queried the data from `_devlake_tasks` table, it seems there was not other tasks in that 30+ mins.  
   ![image](https://user-images.githubusercontent.com/11383928/217977971-13be48d5-3f48-4e72-a173-560a481b6dc4.png).  
   Tell me if you need any further informations, I will provide it in my best.
   
   
   
   ### Version
   
   v0.15.0
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #4376: [Bug][Task] Task in pipeline is blocked by something for 30+ mins

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn closed issue #4376: [Bug][Task] Task in pipeline is blocked by something for 30+ mins
URL: https://github.com/apache/incubator-devlake/issues/4376


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh commented on issue #4376: [Bug][Task] Task in pipeline is blocked by something for 30+ mins

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #4376:
URL: https://github.com/apache/incubator-devlake/issues/4376#issuecomment-1425277122

   It is likely caused by `starrocks` not releasing database cursors correctly, please remove unnecessary cursors @abeizn 


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn commented on issue #4376: [Bug][Task] Task in pipeline is blocked by something for 30+ mins

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn commented on issue #4376:
URL: https://github.com/apache/incubator-devlake/issues/4376#issuecomment-1437033256

   it will be repaired by #4418.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org