Hello, I am having a problem with the elasticsearch service (2.4.6) that I am running on a centos server, currently the service goes down every so often (1-2 days) and when I start the service it gives me this warning, I have also I have been reviewing the logs but there are thousands of lines and I mostly find problems regarding the queries but I don't think it should be taken for this case, could you tell me how I could solve this incident
note: the application that uses elasticsearch is on symfony 3.2 (I am maintaining this system)
[root@b9107e89 elasticsearch]# systemctl status elasticsearch
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2024-04-03 13:14:40 UTC; 1h 7min ago
Docs: http://www.elastic.co
Process: 6067 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
Main PID: 6069 (java)
CGroup: /system.slice/elasticsearch.service
└─6069 java -Xms8g -Xmx8g -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOcc...
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:108)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
Apr 03 13:37:11 b9107e89.online-server.cloud elasticsearch[6069]: at java.lang.Thread.run(Thread.java:748)