Here is my first configuration:
discovery.zen.minimum_master_nodes: 1
discovery.zen.ping.unicast.hosts:
[10.224.2.159,10.152.150.57,10.147.197.172,10.166.65.202]
If I kill master node ,The whole cluster is totally a mess.It doesn't elect
new master for the left 3 nodes
*
*
if query message,there is exception
"BroadcastShardOperationFailedException" in node 2 and node 3.node 1 and
node 4 is fine
Here is my second configuration:
discovery.zen.minimum_master_nodes: 4
discovery.zen.ping.unicast.hosts:
[10.224.2.159,10.152.150.57,10.147.197.172,10.166.65.202]
If I kill master node ,The whole cluster hang
*
there is no any information about cluster or nodes in bigdesk web
console , besides check "_cluster/health" return
"{"error":"MasterNotDiscoveredException[waited for [30s]]","status":503}"
So I assume ,If I give 4 IP address to "discovery.zen.ping.unicast.hosts:
"
All of this 4 IP can not leave this cluster,Otherwise the cluster will not
work properly
Am I right?
My Cluster is running on EC2 .How should I do to make Those nodes elect new
master If The old master dead?
Thanks
*
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.