Elasticsearch Cluster - No known master node, scheduling a retry

后端 未结 3 2189
谎友^
谎友^ 2021-01-05 04:45

I have a server running elasticsearch and kibana. I have added a second node to form a cluster but only want that second node to replicate data from the master node.

3条回答
  •  自闭症患者
    2021-01-05 05:23

    If you are searching for this because you are working on your local machine then the quickest solution is to free up nodes that are hung by individually killing all the processes. I searched for these processes using.

    ps -alx | grep elastic
    kill -9 {pid}
    

提交回复
热议问题