Post-restart baseline on ep0: 19 fds at 16m43s (from 18), 1 CLOSE-WAIT, Recv-Q 0. One descriptor per ~17 min is ~85/day, which agrees with the ~73/day implied independently by the failure itself (1016 sockets over 14 days of uptime). Two estimates of the same slope agreeing turns "the ceiling raise is mitigation, not a cure" from a plausible claim into a measured one, and puts the next ceiling at ~2 years instead of a fortnight. Recorded because standing rule 3 asks for a positive observable: this is it, and it fired. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016p1PTCzb8rF5G9Aa1qhpBN
This commit is contained in:
@@ -166,3 +166,10 @@ ssh root@<ep0> 'PID=$(systemctl show proxmox-backup-proxy -p MainPID --value); \
|
||||
|
||||
A healthy proxy sits near 20 fds with `Recv-Q 0`. **A rising fd count between restarts confirms the
|
||||
leak is still live** — an unchanging one after a poll-rate reduction would confirm the fix.
|
||||
|
||||
**It is still live, and it was measured rather than assumed.** At **16 m 43 s** after the restart the
|
||||
proxy held **19 fds** (from 18) with **1** connection in `CLOSE-WAIT`. One descriptor per ~17 minutes
|
||||
is **≈ 85/day** — which lands on the historical rate implied by the failure itself, 1016 sockets over
|
||||
14 days ≈ **73/day**. Two independent estimates of the same slope agreeing is what makes this a
|
||||
measurement instead of a story, and it puts the next ceiling at roughly **2 years** rather than the
|
||||
fortnight the old limit gave. **The leak is unfixed; only its period changed.**
|
||||
|
||||
Reference in New Issue
Block a user