You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(index): address thread safety issues in lock-free stats implementation
- Add mutex protection for queue_ access in WindowResultQueue
- Initialize result_queues_ keys in constructor to avoid concurrent map modification
- Use at() instead of operator[] for thread-safe map access
- Add n_ios > 0 check to prevent division by zero in IO time calculation
Addresses review comments on PR antgroup#1721
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Co-authored-by: Kimi-K2.5 <assistant@example.com>
0 commit comments