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

instance restartability #2650

Closed
garlick opened this issue Jan 16, 2020 · 1 comment
Closed

instance restartability #2650

garlick opened this issue Jan 16, 2020 · 1 comment

Comments

@garlick
Copy link
Member

garlick commented Jan 16, 2020

Given a configured location for persistent storage, the rank 0 broker needs to change its behavior to

  1. ensure all its state is stored before shutting down
  2. detect existing state when starting up and load it

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.

@garlick
Copy link
Member Author

garlick commented Mar 16, 2020

Closed by #2820, #2783, etc

@garlick garlick closed this as completed Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant