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

Tasks state files are not updated on interrupt/exception #18

Closed
ctsa opened this issue Jun 30, 2017 · 0 comments
Closed

Tasks state files are not updated on interrupt/exception #18

ctsa opened this issue Jun 30, 2017 · 0 comments
Labels

Comments

@ctsa
Copy link
Contributor

ctsa commented Jun 30, 2017

Since the recent STREL-391 update to improve performance on 100s of localhost cores (appearing in v1.1.14), the task state files have not been updated properly for certain exception scenarios, most importantly a ctrl-C from the user. The impact of this flaw is that the state files may be up to 5s out of date. This is relatively low impact but also should be a simple, low-risk fix.

@ctsa ctsa added the bug label Jun 30, 2017
@ctsa ctsa changed the title Tasks state files are not updated on interupt/exception Tasks state files are not updated on interrupt/exception Jun 30, 2017
ctsa added a commit that referenced this issue Jul 11, 2017
State files have been flushed on normal workflow termination
conditions (including task errors), but some exception/interrupts
were not triggering a state file flush, leaving these slightly out
of date.

Closes [#18]
@ctsa ctsa closed this as completed Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant