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
Preserved checkpoint-owned cache images while copy-on-write snapshot reclaim,
DB-wide GC, direct blob deletes, or write-through paths run concurrently.
This fixes NoKV-style metadata pressure that could otherwise report snapshot_dirty_versions: dirty entry lost cache image or write_through_batch: flushing entry lost cache image.
Kept direct write-through from retiring another in-flight checkpoint epoch;
it now clears only unclaimed dirty state and leaves flushing ownership intact.