17 Apr 2020 02:40 PM
let say there are around 100 users/sec traffic available in prod and we were running a test in the same prod env with 1000 user/sec. when we monitor the JVM hazelcast thread counts for all hosts, we could see reduction in the count during our test window. how is this possible? Please find the screenshot attached. the dip in the thread count is the testing time, where more traffic went to the application.
17 Apr 2020 05:41 PM
The JVMs might be reacting to other factors, namely memory. Have you got a lot of GC going on?
24 Apr 2020 06:37 PM
the GC was pretty normal during the duration