【发布时间】:2021-09-08 00:08:50
【问题描述】:
一旦我的 elasticsearch 在 linux 服务器上崩溃。它给了我以下错误:
Elasticsearch\Common\Exceptions\NoNodesAvailableException:/var/www/laravel/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php:51 No alive nodes found in your cluster
解决这个问题我需要重置整个服务器。
我想要解决方案,因为我的 elasticsearch 服务会在崩溃时自动重启。
我的服务器配置:
Linux name 3.10.0-514.21.1.el7.x86_64 #1 SMP Thu May 25 17:04:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
如何在服务器上设置一些在崩溃时自动重启我的弹性搜索的东西。
【问题讨论】:
标签: linux elasticsearch service server centos