1.不小心虚拟机断开连接,当我重新连接后,重新启动出现failed to obtain node locks

2.查看详细报错信息

CentOs6.8中启动elastic search报错“failed to obtain node locks”

3.翻译上面的信息,意思 . lang。IllegalStateException:获取节点锁失败 也许这些位置是不可写的或多个节点启动没有

4.查看elastic进程是否存在

执行命令 ps -ef | grep elastic 或者 ps -ef | grep elasticsearch

CentOs6.8中启动elastic search报错“failed to obtain node locks”

5.将原有的进程杀死kill -9 进程id

CentOs6.8中启动elastic search报错“failed to obtain node locks”

6.重新执行 ./elasticsearch

CentOs6.8中启动elastic search报错“failed to obtain node locks”

7.OK
CentOs6.8中启动elastic search报错“failed to obtain node locks”

相关文章:

  • 2021-06-25
  • 2021-09-20
  • 2021-07-14
  • 2022-01-01
  • 2021-09-23
  • 2021-07-04
  • 2021-04-23
  • 2021-12-25
猜你喜欢
  • 2021-09-22
  • 2021-06-27
  • 2022-12-23
  • 2021-10-05
  • 2021-10-13
相关资源
相似解决方案