flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

WIP: content: flush before checkpointing

Open chu11 opened this issue 5 months ago • 1 comments

Problem: Before checkpointing, users need to remember to call content.flush, to ensure data has been flushed to the backing store. It is easy to forget this.

Within the content module, call content.flush before checkpointing.

Fixes #6242


Last in the chain, this is built on top of #6255 and then #6240. So this one is last, setting WIP for now.

chu11 avatar Sep 05 '24 17:09 chu11