Node not join the cluster so what happen about the data?

I found problem that one node can see all 4 node but another node cannot
see this node like the head page.

The number of the data is not equals between them. Can I restore all the
data?

https://lh4.googleusercontent.com/-sYKTD0FPLsk/UabbxdTEPiI/AAAAAAAAA60/5f1m8fTD4ok/s1600/Node2.jpg

https://lh6.googleusercontent.com/-j5FEk9IZg7U/Uabbs-ds-xI/AAAAAAAAA6s/PsgehI2kfJA/s1600/Node1.jpg

--
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.

All the nodes can probably see each other, your issue is that you have a
split-brain, probably caused when one of the nodes was momentarily
unresponsive (> timeout). You have two clusters with two separate master
nodes. I would try restarting Blind Justice (xxx.xxx.xxx.208). Your data
appears to be intact, however you will have duplicate data. After the
cluster has reformed, look into your path.data directory for two nodes
(nodes/0 and nodes/1) and delete the one not being updated.

You should set discovery.zen.minimum_master_nodes to 3 (4/2+1), but that
still does not ensure split brain will not happen when a node is removed.

--
Ivan

On Wed, May 29, 2013 at 9:56 PM, Sicker sicker27@gmail.com wrote:

I found problem that one node can see all 4 node but another node cannot
see this node like the head page.

The number of the data is not equals between them. Can I restore all the
data?

https://lh4.googleusercontent.com/-sYKTD0FPLsk/UabbxdTEPiI/AAAAAAAAA60/5f1m8fTD4ok/s1600/Node2.jpg

https://lh6.googleusercontent.com/-j5FEk9IZg7U/Uabbs-ds-xI/AAAAAAAAA6s/PsgehI2kfJA/s1600/Node1.jpg

--
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.

--
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.

Le jeudi 30 mai 2013 16:45:25 UTC+2, Ivan Brusic a écrit :

All the nodes can probably see each other, your issue is that you have a
split-brain, probably caused when one of the nodes was momentarily
unresponsive (> timeout). You have two clusters with two separate master
nodes. I would try restarting Blind Justice (xxx.xxx.xxx.208). Your data
appears to be intact, however you will have duplicate data. After the
cluster has reformed, look into your path.data directory for two nodes
(nodes/0 and nodes/1) and delete the one not being updated.

You should set discovery.zen.minimum_master_nodes to 3 (4/2+1), but that
still does not ensure split brain will not happen when a node is removed.

For my own knowledge why it does not ensure split brain will not happen ?

--
Ivan

On Wed, May 29, 2013 at 9:56 PM, Sicker <sick...@gmail.com <javascript:>>wrote:

I found problem that one node can see all 4 node but another node cannot
see this node like the head page.

The number of the data is not equals between them. Can I restore all the
data?

https://lh4.googleusercontent.com/-sYKTD0FPLsk/UabbxdTEPiI/AAAAAAAAA60/5f1m8fTD4ok/s1600/Node2.jpg

https://lh6.googleusercontent.com/-j5FEk9IZg7U/Uabbs-ds-xI/AAAAAAAAA6s/PsgehI2kfJA/s1600/Node1.jpg

--
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 elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.

See:

On Thu, May 30, 2013 at 8:11 AM, Nicolas Labrot nithril@gmail.com wrote:

For my own knowledge why it does not ensure split brain will not happen ?

--
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.