解決es集群啟動完成后報master_not_discovered_exception


es集群啟動后,在瀏覽器輸入:http://es ip地址:端口/_cat/nodes?pretty,會提示如下錯誤:

{ "error" : { "root_cause" : [ { "type" : "master_not_discovered_exception", "reason" : null } ], "type" : "master_not_discovered_exception", "reason" : null }, "status" : 503 }


解決方案:

在每個配置文件指定初始節點:

cluster.initial_master_nodes: node-1

重啟ES集群,瀏覽器再次輸入http://es ip地址:端口/_cat/nodes?pretty,就可以看到集群啟動成功了:

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM