You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/11 03:19:17 UTC

[GitHub] [arrow-ballista] andygrove opened a new issue, #341: Scheduler infinite loop after failed/canceled job

andygrove opened a new issue, #341:
URL: https://github.com/apache/arrow-ballista/issues/341

   **Describe the bug**
   See PR description at https://github.com/apache/arrow-ballista/pull/340
   
   **To Reproduce**
   See PR description at https://github.com/apache/arrow-ballista/pull/340
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-ballista] yahoNanJing commented on issue #341: Scheduler infinite loop after failed/canceled job

Posted by GitBox <gi...@apache.org>.
yahoNanJing commented on issue #341:
URL: https://github.com/apache/arrow-ballista/issues/341#issuecomment-1276938097

   Thanks @andygrove and @tfeda for reporting this issue. I'll try to fix it.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] smallzhongfeng commented on issue #341: Scheduler infinite loop after failed/canceled job

Posted by "smallzhongfeng (via GitHub)" <gi...@apache.org>.
smallzhongfeng commented on issue #341:
URL: https://github.com/apache/arrow-ballista/issues/341#issuecomment-1700520531

   Any update? This will directly cause the ui to be unavailable.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] mingmwang commented on issue #341: Scheduler infinite loop after failed/canceled job

Posted by GitBox <gi...@apache.org>.
mingmwang commented on issue #341:
URL: https://github.com/apache/arrow-ballista/issues/341#issuecomment-1276418547

   Ah, this is a known issue, actually I added the failed job check in the pop_next_task() loop.
   Without such check, the scheduler loop will try to schedule the pending tasks from failed job which would be worse !!
   
   @yahoNanJing
   Please take a look and have a fix.


-- 
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: github-unsubscribe@arrow.apache.org

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