You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AWS m3.large instance. I have two elasticsearch nodes. For my data node(node-2) , When I started elasticsearch service with sudo service elasticsearch start
[2016-11-25T09:31:56,884][INFO ][o.e.b.BootstrapCheck ] [node-2] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
[2016-11-25T09:31:56,886][ERROR][o.e.b.Bootstrap ] [node-2] node validation exception
bootstrap checks failed
max number of threads [1024] for user [elasticsearch] is too low, increase to at least [2048]
Then I edited file /usr/lib/systemd/system/elasticsearch.service and added line LimitNPROC=2048.
When I restarted service. I checked status: sudo service elasticsearch status
It returned , elasticsearch dead but subsys locked
In Log
[2016-11-25T09:50:32,138][INFO ][o.e.b.BootstrapCheck ] [node-2] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
[2016-11-25T09:50:32,140][ERROR][o.e.b.Bootstrap ] [node-2] node validation exception
bootstrap checks failed
max number of threads [1024] for user [elasticsearch] is too low, increase to at least [2048]
Am I missing something ?
The text was updated successfully, but these errors were encountered:
Elasticsearch version: 5.0
JVM version: openjdk version "1.8.0_111"
OS version: Amazon Linux AMI release 2014.03
I am using AWS m3.large instance. I have two elasticsearch nodes. For my data node(node-2) , When I started elasticsearch service with sudo service elasticsearch start
Then I edited file /usr/lib/systemd/system/elasticsearch.service and added line LimitNPROC=2048.
When I restarted service. I checked status:
sudo service elasticsearch status
It returned ,
elasticsearch dead but subsys locked
In Log
Am I missing something ?
The text was updated successfully, but these errors were encountered: