Elasticsearch, Failed to obtain node lock, is the following location writable

后端 未结 13 2342
予麋鹿
予麋鹿 2020-12-05 12:45

Elasticsearch won\'t start using ./bin/elasticsearch. It raises the following exception:

- ElasticsearchIllegalStateException[Failed to obtain n         


        
13条回答
  •  攒了一身酷
    2020-12-05 13:03

    I got this same error message, but things were mounted fine and the permissions were all correctly assigned.

    Turns out that I had an 'orphaned' elasticsearch process that was not being killed by the normal stop command.

    I had to manually kill the process and then restarting elasticsearch worked again.

提交回复
热议问题