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

[qrerun][exit status] After requeue a running job, the job exit status is always -11 until the job is done #1566

Open
cherrysx opened this issue Mar 10, 2020 · 1 comment

Comments

@cherrysx
Copy link
Contributor

The steps are:

  1. Submit a job and it starts to run.
  2. After requeue the running job, the job exit status is always -11 until the job is done

Exit_status = -11

The expected behavior is that when the job is running, remove the value or assign it to 0.

@ericpershey
Copy link
Contributor

I ran across a similar issue. This seems related to this status line: job.h. I was getting a -20 which is JOB_EXEC_RERUN_MS_FAIL on a few jobs and found that that the code -20 was set as the jobs Exit_status just like the -11 which is JOB_EXEC_RERUN. The line may be here: req_rerun.c. I will be treating this as additional information that's not really related to the Exit_status.

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