Open
Description
Elasticsearch Version
Version 6.8.23
Installed Plugins
No response
Java Version
1.8
OS Version
xx
Problem Description
we use LLRC 6.5.4 version to search ,bulk, index our business data; we find our service will oom after run half month;
our service is use jdk1.8 ,setting -xmx:4096M; use default cms Garbage collection;
from our npm monitor graph,find that, dirct memory is increase consistent;
i use gdb touch one node after oom, and dump memory sgement ,find all is Es responses:
the last behavior is I/O dispatch worker terminated abnormally ,caused by oom
and new request will take error:
how to fix this behavior?
Steps to Reproduce
our service will reporduce after restart
Logs (if relevant)
No response