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
Copy file name to clipboardExpand all lines: lib/snapshot/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Compression runs **asynchronously after the snapshot is already durable on disk*
59
59
- Standby can return successfully while compression is still running in the background.
60
60
- For standby only, Hypeman can wait for a configured grace period before starting that background compression.
61
61
- During that delay window, the raw memory snapshot remains in place so resume can skip decompression entirely.
62
+
- If Hypeman restarts during that delay window, it rebuilds the pending standby compression job from instance metadata and either resumes waiting for the remaining delay or starts compression immediately once the `not_before` time has passed.
62
63
- That means a later restore can arrive before compression has finished.
63
64
- While compression is running, the snapshot remains valid and reports `compression_state=compressing`.
64
65
- Once finished, the snapshot reports `compression_state=compressed` and exposes compressed/uncompressed size metadata.
0 commit comments