Files
seaweedfs/weed/server
Chris Lu 8840b6ca09 fix(filer): bound concurrent persisted-log replays
Each server-side replay holds an open chunk reader per source filer plus a
readahead buffer, so a reconnect storm of clients that predate the
metadata-chunks offload multiplies into many GB. Gate replays with a
semaphore; abort the acquire when the subscriber's stream is gone so
cancelled clients do not pile up parked goroutines.
2026-06-09 09:52:41 -07:00
..
2026-02-20 18:42:00 -08:00
2026-04-10 17:31:14 -07:00