现在,Elasticsearch已经悄然失败了一段时间。通常它只是重新启动,但今天它在很长一段时间内没有响应。最后我了解到/ tmp目录中有致命的错误日志文件,通常命名为hs_errpidxxx.log,所有这些都与弹性搜索重新启动的时间相对应。
我调查了他们,他们似乎都有这种失败......
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fad7c8a3523, pid=25995, tid=140381935929088
#
# JRE version: 6.0_24-b24
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.11.4
# Distribution: Ubuntu 10.04.1 LTS, package 6b24-1.11.4-1ubuntu0.10.04.1
# Problematic frame:
# J org.apache.lucene.index.SegmentTermEnum.next()Z
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
or this one ...应该在Lucene 3.5中修复(参见其中的答案),但我运行的是0.19.2,它正在使用Lucene 3.5并且它仍然是错误的。
谁能告诉我这里发生了什么?我正在运行Elasticsearch 0.19.2并使用mmapfs作为商店类型。
答案 0 :(得分:1)
Elasticsearch已经知道这个旧版java的问题。尝试升级到最新版本的Java 6或7。