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

Waiting jobs in Dirac not being killed #2206

Closed
mesmith75 opened this issue Oct 21, 2023 · 1 comment · Fixed by #2209
Closed

Waiting jobs in Dirac not being killed #2206

mesmith75 opened this issue Oct 21, 2023 · 1 comment · Fixed by #2209

Comments

@mesmith75
Copy link
Contributor

From the mattermost:

Did anyone else notice that queued, not running, jobs do not get killed by Ganga when sending a kill() to the job?
In my Dirac job monitoring, the job is still registered as 'Waiting'. I tried to explicitly execute the kill command myself via

execute("kill(808596518)")

but this does not seem to change anything (aside from returning me [808596518]). Is there another command that needs to be send to Dirac?

(note that I can kill the jobs fine one-by-one via the CLI with dirac-wms-job-kill)

@mesmith75
Copy link
Contributor Author

>>> dirac.killJob(810109943)
Job Status Error 810109943 can't move from Waiting to Killed
{'OK': True, 'Value': [810109943], 'requireProxyUpload': False, 'rpcStub': [['WorkloadManagement/JobManager', {'delegatedDN': None, 'delegatedGroup': None, 'timeout': 600, 'skipCACheck': False, 'keepAliveLapse': 150}], 'killJob', [[810109943]]]}

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

Successfully merging a pull request may close this issue.

1 participant