You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCPBUGS-60273: Ensure revision.json persists on ungraceful shutdown
Add os.O_SYNC flag to OpenFile call in trySaveRevision to force
synchronous writes to disk. This prevents the revision.json file from
being empty if the process terminates unexpectedly before buffered data
is flushed.
0 commit comments