Elasticsearch crash because of JVM fatal error

Elasticsearch version 6.2.4
The error before the process crash:

Jun 08 10:45:44 xxx-168-24 docker[11136]: #
Jun 08 10:45:44 xxx-168-24 docker[11136]: # A fatal error has been detected by the Java Runtime Environment:
Jun 08 10:45:44 xxx-168-24 docker[11136]: #
Jun 08 10:45:44 xxx-168-24 docker[11136]: # SIGSEGV (0xb) at pc=0x00007f3536e1eb08, pid=11, tid=139856347916032
Jun 08 10:45:44 xxx-168-24 docker[11136]: #
Jun 08 10:45:44 xxx-168-24 docker[11136]: # JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) (build 1.8.0_91-b14)
Jun 08 10:45:44 xxx-168-24 docker[11136]: # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 compressed oops)
Jun 08 10:45:44 psr-ex3000-168-24 docker[11136]: # Problematic frame:
Jun 08 10:45:44 psr-ex3000-168-24 docker[11136]: # J 27430 C2 org.elasticsearch.index.engine.LiveVersionMap.getUnderLock(Lorg/apache/lucene/util/BytesRef;Lorg/elasticsearch/index/engine/LiveVersionMap$Maps;)Lorg/elasticsearch/index/engine/VersionValue; (69 bytes) @ 0x00007f3536e1eb08 [0x00007f3536e1de40+0xcc8]
Jun 08 10:45:44 xxx-168-24 docker[11136]: #
Jun 08 10:45:44 xxx-168-24 docker[11136]: # Core dump written. Default location: /opt/elasticsearch/core or core.11
Jun 08 10:45:44 xxx-168-24 docker[11136]: #
Jun 08 10:45:44 xxx-168-24 docker[11136]: # An error report file with more information is saved as:
Jun 08 10:45:44 xxx-168-24 docker[11136]: # /opt/elasticsearch/hs_err_pid11.log
Jun 08 10:45:45 xxx-168-24 docker[11136]: #
Jun 08 10:45:45 xxx-168-24 docker[11136]: # If you would like to submit a bug report, please visit:
Jun 08 10:45:45 xxx-168-24 docker[11136]: # Crash Report
Jun 08 10:45:45 xxx-168-24 docker[11136]: #

There should be Elasticsearch logs with more information?

This is the last logs before crash.
Before JVM error, there are some GC message which are normal.

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