
pingqiuandClaude Opus 4.6
785a7d7efd
feat: wire real pinner into flusher retention + real WAL scan executor (Phase 07 P1)
Pinner wired to real retention:
- NewPinner calls vol.SetV2RetentionFloor(p.MinWALRetentionFloor)
- Flusher.RetentionFloorFn() / SetRetentionFloorFn() exposed
- SetV2RetentionFloor chains with existing shipper retention floor
- Holds actually prevent WAL reclaim (not just tracked state)
Executor uses real WAL scan:
- BlockVol.ScanWALEntries(fromLSN, callback) wraps wal.ScanFrom
with real fd, walOffset, checkpointLSN
- Executor.StreamWALEntries uses ScanWALEntries (not stub)
- Reads real WAL entries, tracks highest LSN scanned
CommittedLSN mapping:
- Explicitly documented as interim V1 model (committed = checkpointed)
- Will diverge when V2 distributed commit separates from local flush
Carry-forward:
- TransferSnapshot/TransferFullBase/TruncateWAL: stubs (need extent I/O)
- Control intent from confirmed failover: deferred
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 20:01:46 -07:00
..
2026-02-26 19:20:48 -08:00
2026-02-23 20:19:12 -08:00
2026-03-08 16:52:37 -07:00
2026-02-19 14:21:19 -08:00
2026-02-20 18:42:00 -08:00
2026-02-19 15:46:02 -08:00
2026-01-07 13:06:08 -08:00
2026-02-23 22:59:53 -08:00
2026-02-25 10:25:23 -08:00
2026-01-07 13:06:08 -08:00
2025-08-22 22:10:30 -07:00
2026-02-20 18:42:00 -08:00
2026-01-22 14:05:45 -08:00
2026-02-20 18:42:00 -08:00
2026-02-10 19:06:35 -08:00
2026-03-22 14:44:24 -07:00
2026-02-26 19:46:38 -08:00
2026-02-19 15:46:02 -08:00
2026-02-25 10:25:44 -08:00
2026-02-20 18:42:00 -08:00
2026-02-26 16:36:24 -08:00
2026-01-12 13:21:48 -08:00
2026-01-07 13:06:08 -08:00
2026-03-26 19:16:45 -07:00
2026-02-25 14:30:21 -08:00
2026-03-06 01:06:51 -08:00
2024-02-14 08:26:38 -08:00
2026-02-20 18:42:00 -08:00
2026-03-30 20:01:46 -07:00
2026-01-18 14:02:34 -08:00
2026-02-18 13:42:41 -08:00
2026-02-20 18:42:00 -08:00
2026-01-22 14:07:24 -08:00
2026-02-25 22:11:41 -08:00
2026-02-23 16:27:08 -08:00
2025-12-25 11:36:38 -08:00