Hi everyone, I have two nodes in a cluster.
Now, if I close the master node, then another node become master node.
But if I reopen the died node,there would become two master node in a cluster.
is it correctly?
Besides, I found the data didn't synchronize and there are some warnings.
[2017-12-08T19:01:39,159][INFO ][o.e.c.r.a.AllocationService] [test1] Cluster he
alth status changed from [RED] to [YELLOW] (reason: [shards started [[.kibana][0
]] ...]).
[2017-12-08T19:01:39,715][WARN ][o.e.c.a.s.ShardStateAction] [test1] [logstash-2
017.12.08][3] received shard failed for shard id [[logstash-2017.12.08][3]], all
ocation id [ovEcMTjxSamUgPGeyQvokQ], primary term [2], message [mark copy as sta
le]
[2017-12-08T19:01:39,717][WARN ][o.e.c.a.s.ShardStateAction] [test1] [logstash-2
017.12.08][0] received shard failed for shard id [[logstash-2017.12.08][0]], all
ocation id [HhBhP3HUQC-3p3Frl9e3Rw], primary term [2], message [mark copy as sta
le]
thank you in advance!