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

content: call `content.flush` within `content-checkout.put`

Open chu11 opened this issue 5 months ago • 5 comments

Per comment / idea in #6240

Pro: no need to require user to call before calling content-checkpoint.put. If backing store isn't loaded, the content module will know not to call content.flush.

Con: only work if user doesn't use BYPASS flag. but presumably user will know what they are doing if they use BYPASS.

chu11 avatar Aug 28 '24 04:08 chu11