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 manager running job count is incorrect #6620

Open
grondo opened this issue Feb 10, 2025 · 0 comments
Open

job manager running job count is incorrect #6620

grondo opened this issue Feb 10, 2025 · 0 comments

Comments

@grondo
Copy link
Contributor

grondo commented Feb 10, 2025

During a full system shutdown, after all running jobs were canceled, the job manager still thought 3 jobs were running:

grondo@elcap1:~$ flux jobs -Af running
       JOBID USER     NAME       ST NTASKS NNODES     TIME INFO
grondo@elcap1:~$ flux queue status -v | grep running
3 running jobs

This prevented shutdown by causing flux queue idle to hang. The program had to be manually killed to allow shutdown to proceed.

Problem: There isn't much ability to debug this situation. We may need to add some way to inspect which jobs Flux thinks are still running or some other clever way to get more debug if this occurs again.

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

1 participant