I want to know what happens if master node crash in elasticsearch.
does any other nodes in the cluster act as master node.
do we have to configure another node to act as master node in case of
failover.
does es automatically recovers some how like recovering a shard from
replica when primary shard crashes.
Please some one explain me on this subject as 'kimchy' also didn't answer
this question that was raised in another elasticsearch blog.
--
dadoonet
(David Pilato)
October 12, 2012, 12:19pm
2
Answers :
1/ yes
2/ yes
3/ yes
You can test it really easily. Just start some nodes and crash some of them.
HTH
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 12 oct. 2012 à 13:10, satyendar duddukuri satyendar.duddukuri@2ergo.com a écrit :
I want to know what happens if master node crash in elasticsearch.
does any other nodes in the cluster act as master node.
do we have to configure another node to act as master node in case of failover.
does es automatically recovers some how like recovering a shard from replica when primary shard crashes.
Please some one explain me on this subject as 'kimchy' also didn't answer this question that was raised in another elasticsearch blog.
--