OpenSearch/src
Shay Banon cc3fab45ff Improve cluster resiliency to disconnected sub clusters + fix a shard allocation bug with quick rolling restarts
Two main changes:

Improve cluster resiliency to disconnected sub clusters. If a node pings a master and that node is no longer registered with the master, improve the rejoin process of that node to the cluster. Also, if a master receives a message from another master, pick one to force to rejoin the cluster (based on cluster state versioning).
On quick rolling restart, without waiting for shard allocation, the shard allocation logic can mess up its counts, causing for strange logic in allocating shards, or validation failures on routing table allocation.
2012-06-22 03:36:54 +02:00
..
deb Init script in Debian package ignores some options in elasticsearch.yml, closes #1765. 2012-06-11 13:49:59 +02:00
main Improve cluster resiliency to disconnected sub clusters + fix a shard allocation bug with quick rolling restarts 2012-06-22 03:36:54 +02:00
test Improve cluster resiliency to disconnected sub clusters + fix a shard allocation bug with quick rolling restarts 2012-06-22 03:36:54 +02:00