Have a jmeter test set to run for 8 hours with 10 thread groups, each with different number of threads, also using throughput shaping timer with different TPS rate for each thread group; after some random time (most of the times after 6 hours) one of the thread groups terminate the active threads, I have tried different configuration along with the throughtput shaping timer like using concurrnecy thread groups and loop controllers but result is the same; this is what I see in logs:
2021-07-27 16:50:30,005 INFO o.a.j.r.Summariser: summary = 1142797 in 02:16:50 = 139.2/s Avg: 40 Min: 12 Max: 3621 Err: 3 (0.00%)
2021-07-27 16:51:00,001 INFO o.a.j.r.Summariser: summary + 4158 in 00:00:30 = 138.6/s Avg: 39 Min: 13 Max: 228 Err: 0 (0.00%) Active: 312 Started: 312 Finished: 0
2021-07-27 16:51:00,002 INFO o.a.j.r.Summariser: summary = 1146955 in 02:17:20 = 139.2/s Avg: 40 Min: 12 Max: 3621 Err: 3 (0.00%)
2021-07-27 16:51:30,006 INFO o.a.j.r.Summariser: summary + 4202 in 00:00:30 = 140.0/s Avg: 39 Min: 13 Max: 214 Err: 0 (0.00%) Active: 312 Started: 312 Finished: 0
2021-07-27 16:51:30,007 INFO o.a.j.r.Summariser: summary = 1151157 in 02:17:50 = 139.2/s Avg: 40 Min: 12 Max: 3621 Err: 3 (0.00%)
2021-07-27 16:52:00,003 INFO o.a.j.r.Summariser: summary + 4181 in 00:00:30 = 139.4/s Avg: 40 Min: 13 Max: 209 Err: 0 (0.00%) Active: 312 Started: 312 Finished: 0
2021-07-27 16:52:00,003 INFO o.a.j.r.Summariser: summary = 1155338 in 02:18:20 = 139.2/s Avg: 40 Min: 12 Max: 3621 Err: 3 (0.00%)
2021-07-27 16:52:13,010 INFO k.a.j.t.VariableThroughputTimer: No further RPS schedule, asking threads to stop...
2021-07-27 16:52:13,011 INFO k.a.j.t.VariableThroughputTimer: Stopping gracefuly threads of Thread Group : 05_GET_GetEligibleRewards_GeoAtts
Any help to resolve this is appreciated.