From daddd079eff6245317e97951be71b71f117581ea Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 20 Feb 2026 12:02:34 +0100 Subject: [PATCH] - stats-shm-volley, the array is inited for a new round if one or more threads are not responsive for stat collection. --- util/shm_side/shm_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/shm_side/shm_main.c b/util/shm_side/shm_main.c index 8b55c6412..93cbc1f19 100644 --- a/util/shm_side/shm_main.c +++ b/util/shm_side/shm_main.c @@ -306,6 +306,7 @@ shm_thread_is_first(struct shm_main_info* shm_info, int thread_num, * the total is not updated and stays the same in the * shared memory area. Once that thread performs the statistic * callback again, the total is updated again. + * * The threads busy with long tasks have 0 in the array. * The array is inited for a new round. */ memset(shm_info->thread_volley, 0,