Re: Split brain problem in 2 node elasticsearch cluster

2015-05-05 Thread Gourav H Dhelaria
Looks like the only way around this would be to add more nodes and set minimum masters to ensure a majority quorum. Thanks. Gourav On Monday, 4 May 2015 12:02:27 UTC+5:30, Jason Wee wrote: why must you have only two nodes, would it be possible to add one more nodes so split brain will

Re: Split brain problem in 2 node elasticsearch cluster

2015-05-05 Thread Ivan Brusic
In non big data scenarios, having two servers for a database is simply done to achieve high availability. Most databases use a master client scenario, but Elasticsearch does not support such a setup. It really should because not everyone has tons of data. Ivan, not affiliated with the OP On May

Re: Split brain problem in 2 node elasticsearch cluster

2015-05-03 Thread Mark Walkom
1. Why are they becoming split anyway? GC, other load, network? 2. Not if they both think they are masters. 3. Are you running replicas? If so ES doesn't really differentiate between the two. On 4 May 2015 at 15:03, Gourav H Dhelaria gouravdhela...@gmail.com wrote: Version: 1.4.