Houmgaor
ad4afb4d3b
refactor(channelserver): replace global stagesLock with sync.Map-backed StageMap
...
The global stagesLock sync.RWMutex protected map[string]*Stage, causing
all stage operations to contend on a single lock even for unrelated
stages. Any stage creation or deletion blocked all reads server-wide.
Replace with a typed StageMap wrapper around sync.Map which provides
lock-free reads and allows concurrent writes to disjoint keys. Per-stage
sync.RWMutex remains unchanged for protecting individual stage state.
StageMap exposes Get, GetOrCreate, StoreIfAbsent, Store, Delete, and
Range methods. Updated ~50 call sites across 6 production files and
9 test files.
2026-02-22 15:47:21 +01:00
..
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 00:28:27 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 13:13:55 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:20:15 +01:00
2026-02-20 22:18:46 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:08:01 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 14:08:01 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 13:20:15 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-20 22:18:46 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 00:53:10 +01:00
2026-02-21 14:01:52 +01:00
2026-02-21 13:27:08 +01:00
2026-02-21 18:10:19 +01:00
2026-02-20 22:14:48 +01:00
2026-02-21 18:10:19 +01:00
2026-02-20 22:14:48 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 18:10:19 +01:00
2026-02-21 00:42:16 +01:00
2026-02-21 18:10:19 +01:00
2026-02-21 13:20:15 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 18:10:19 +01:00
2026-02-20 22:14:48 +01:00
2026-02-21 13:20:15 +01:00
2026-02-20 22:18:46 +01:00
2026-02-21 13:49:25 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 17:58:08 +01:00
2026-02-21 17:37:29 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 14:01:52 +01:00
2026-02-20 23:31:27 +01:00
2026-02-21 17:37:29 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:56:59 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 00:28:27 +01:00
2026-02-21 17:37:29 +01:00
2026-02-20 21:18:40 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 14:16:58 +01:00
2026-02-20 21:18:40 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 14:16:58 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:39:44 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:35:04 +01:00
2026-02-21 13:13:55 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:21:32 +01:00
2026-02-21 14:08:01 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 13:27:08 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:56:59 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 18:10:19 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 00:06:23 +01:00
2026-02-21 14:16:58 +01:00
2026-02-21 00:06:23 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 14:21:32 +01:00
2026-02-21 14:08:01 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:20:15 +01:00
2026-02-21 13:42:33 +01:00
2026-02-22 15:47:21 +01:00
2026-02-22 15:47:21 +01:00
2026-02-21 14:47:25 +01:00
2026-02-21 13:56:46 +01:00
2026-02-21 13:39:44 +01:00