I am using elasticsearch 1.4.1 to index logs. I run it on a 12 GB RAM with 8 cores. I dedicate 6 GB to the heap. I am using oracle JVM 1.8.0_25. ES starts crashing after it reaches 8 Million records. attaches is the error log <nabble_a href="hs_err_pid26939.log">hs_err_pid26939.log</nabble_a>
Hi, this looks like a compiler bug. if you can actually reproduce it,
you can report it to http://bugs.java.com/
Otherwise, as far as working around it, you can try an EA release of a
newer jvm (https://jdk8.java.net/download.html), or exclude the method
in question from compilation with an -XX:CompileCommand. unfortunately
the method in question is the "main indexing loop" of lucene, so there
is likely some performance impact from doing this.
I am using elasticsearch 1.4.1 to index logs. I run it on a 12 GB RAM with 8
cores. I dedicate 6 GB to the heap. I am using oracle JVM 1.8.0_25. ES
starts crashing after it reaches 8 Million records. attaches is the error
log hs_err_pid26939.log http://elasticsearch-users.115913.n3.nabble.com/file/n4068818/hs_err_pid26939.log
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.