[INFO ][o.e.m.j.JvmGcMonitorService] [node-1] [gc][5414000] overhead, spent [296ms] collecting in the last [1s]

Hi,

I am using Elsticsearch5.5.3 with 4 node cluster( one node is just a coordinating node).

One of my node is showing 100% cpu usage always, and also i can see this below log message from elasticsearch.

[INFO ][o.e.m.j.JvmGcMonitorService] [node-1] [gc][5414000] overhead, spent [296ms] collecting in the last [1s]

16gb is the max and min memmory assigned for jvm now.

Can someone plesae help me to resolve this issue.

Cluster health status is also copying here for referance:
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 3,
"active_primary_shards" : 856,
"active_shards" : 1712,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 100.0
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.