We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a configured location for persistent storage, the rank 0 broker needs to change its behavior to
The rc3 scripts currently include
if test -n "$PERSISTDIR"; then flux kvs getroot >${PERSISTDIR}/kvsroot.final flux content flush fi
Sometimes this is interrupted because of a timeout over all of rc3 (the "shutdown grace period"). That timeout needs a rethink.
We need corresponding code in rc1 to detect saved state and use it to restart.
The text was updated successfully, but these errors were encountered:
Closed by #2820, #2783, etc
Sorry, something went wrong.
No branches or pull requests
Given a configured location for persistent storage, the rank 0 broker needs to change its behavior to
The rc3 scripts currently include
Sometimes this is interrupted because of a timeout over all of rc3 (the "shutdown grace period"). That timeout needs a rethink.
We need corresponding code in rc1 to detect saved state and use it to restart.
The text was updated successfully, but these errors were encountered: