flux-framework/flux-core

kvs: call `content.flush` before checkpoint

Opened this issue · 0 comments

chu11 commented

In the KVS module a checkpoint is done right before the module exits. However content.flush is not called. Thus there is a chance the checkpoint is invalid b/c it is not guanrateed that all KVS stores have been written to disk.