we are getting GC and during that time heap usage is reducing and even sometimes the node reconnects from the cluster
below are the params we are using and the GC
-XX:+UseConcMarkSweepGC
-XX:+UseParNewGC
-XX:CMSInitiatingOccupancyFraction=75
-XX:+UseCMSInitiatingOccupancyOnly
[2023-03-28T20:08:48,861][WARN ][o.e.m.j.JvmGcMonitorService] [node#] [gc][353382] overhead, spent [582ms] collecting in the last [1s]
when the GC collected more that 4-5 sec the node went unresponsive
ES config
7.3.2
Java 8
CMS GC