-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jre crash when org.apache.lucene.codecs.DocValuesConsumer$SortedNumericDocValuesSub.nextDoc() #67882
Comments
Pinging @elastic/es-core-features (Team:Core/Features) |
Generally this kind of thing is bad storage. The JVM will sig ABRT when reading a memory mapped file fails in a nasty way. I'd check |
Hi, nik. Provide logs (if relevant):
|
This is a cross-post from the forums and as Nik says this is almost always flaky hardware. I don't think there's any specific action to take on the Elasticsearch side (yet) so it would be better to keep the discussion on the forums. We prefer to restrict Github to just verified bug reports, feature requests, and pull requests. Therefore I am closing this. |
Elasticsearch version (bin/elasticsearch --version):
7.10.2
Plugins installed:
I install elasticsearch following this doc.
No other plugin installed.
JVM version (java -version):
OS version (uname -a if on a Unix-like system):
Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-42-generic x86_64)
Linux sw-vwordpress01 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
I am running a single node elasticsearch cluster for elastic observability.
After running for hours or days, the cluster crash.
Steps to reproduce:
I use apm-agent-dotnet v1.6.1 to send apm transaction & metrics to APM server.
The APM server stay on the same server which host elasticsearch single node cluster.
After running for hours or days, the cluster crash.
And then it produce a
hs_err_pidXXXXX.log
in/var/log/elasticsearch
directory.Provide logs (if relevant):
hs_err_pid13402.log
hs_err_pid1143.log
Execute
sudo systemctl status elasticsearch
show the following messagesThe text was updated successfully, but these errors were encountered: