Files
gbrain/test
Garry TanandClaude Fable 5 79a2983e0b fix(pglite-lock): heartbeat + steal-grace so live holders are never stolen (#2058)
A live holder's lock was force-removed after 5min age alone, letting a second
process share the single-writer data dir -> WAL corruption. The lock now
heartbeats while held; a holder is reaped only when its PID is dead OR its
heartbeat went stale past the steal grace. Pairs PID liveness with heartbeat
age to also defeat PID reuse.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:48:38 -07:00
..