-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix false success on check #168
Conversation
@golaz This change (adding Line 59 (
|
Note that this bug only happens when there are multiple workers. In the one-worker case, |
@forsyth2 : thanks for investigating. Stopping immediately would at least be a step in the right direction. The serial and parallel options use significantly different code, so it makes sense that they could behave differently. Based on what you have found, there might be an implementation issue with the failure queue. Unfortunately, I don't know how that code works. Do you want to incorporate your change first as a partial solution? |
@golaz Alright, should we add something like I tried debugging further, but the tars that were causing the Exception suddenly appear to not cause issues. In any case, code blocks to investigate would include the following (all in https://github.com/E3SM-Project/zstash/blob/master/zstash/extract.py): In
In
|
80f21b1
to
d8b0009
Compare
Fix false success on
zstash check
. Resolves #167.