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

LSF job status unknown should probably be treated as HOLD not EXIT #5666

Open
mp15 opened this issue Jan 14, 2025 · 0 comments
Open

LSF job status unknown should probably be treated as HOLD not EXIT #5666

mp15 opened this issue Jan 14, 2025 · 0 comments

Comments

@mp15
Copy link

mp15 commented Jan 14, 2025

The UNKNOWN status in LSF does not mean the job has actually died, just that the LSF daemon has lost touch with each other. A job may continue running in an unknown state for a long period of time and write output via shared disks. It may also recover and terminate with exit code 0. I would suggest treating it as QueueStatus.HOLD not QueueStatus.ERROR.

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

No branches or pull requests

2 participants