Skip to content

Blacs stuck in queue error #46

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

Open
philipstarkey opened this issue Jul 12, 2018 · 1 comment
Open

Blacs stuck in queue error #46

philipstarkey opened this issue Jul 12, 2018 · 1 comment
Labels
bug Something isn't working minor

Comments

@philipstarkey
Copy link
Member

Original report (archived issue) by Anonymous.


If server is full and BLACS can't save the data, then error message pops up. Once the server has space and the error message is gone, BLACS is stuck in en error state and needs to be closed and reopened

@philipstarkey
Copy link
Member Author

Original comment by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).


It's difficult to tell without a traceback, but I suspect the issue is that there are two places where we don't check the success of QueueManager.clean_h5_file() before attempting to move/rename the file. These cases also exist within the exception handling code, and are thus not caught by a try...except... block like everything else is.

As far as I can see, all other code that tries to write data to the H5 file is within a try except block and should be fine, but happy to dig more if a traceback is provided.

@philipstarkey philipstarkey added minor bug Something isn't working labels Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant