Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job dependencies not propertly tracked for jobs in routing queue #415

Open
gbeane opened this issue Feb 28, 2017 · 2 comments
Open

Job dependencies not propertly tracked for jobs in routing queue #415

gbeane opened this issue Feb 28, 2017 · 2 comments

Comments

@gbeane
Copy link

gbeane commented Feb 28, 2017

If we have jobs in a routing queue waiting for slots to open up in an execution queue (due to max_user_queuable limits), and those jobs have dependencies on jobs already in the execution queue, then the job may get rejected when it does finally route if one or more of the jobs it depends on have already executed and completed. upon routing, job is immediately rejected: "Job rejected by all possible destinations (check syntax, queue resources, ...)"

We need job dependencies to be tracked properly for jobs in routing queues.

@IsItSnowingInSpace
Copy link

This should be fixed with these commits:

e3d5fd5
5507bff

@gbeane
Copy link
Author

gbeane commented Jun 29, 2017

that's great!

When will we see a Torque release with these fixes? We are currently on Torque 6.0.x on our clusters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants