Hi, Given that I have a cluster with 4 nodes, currently experiencing a split-brain scenario so I have a fully functional cluster with 3 green nodes, a sick cluster with 1 red node. A java-client that talks to these 4 nodes (unicast zen discovery) will ~25% of the time query the sick node, and get an error back. I'd expect it to retry one of the healthy nodes, not just give up after an erroneous reply.
Do I need to handle this myself, or is this something the java client should handle for me? I know there's some sort of retry logic in the transport layer.. ES 0.90.7. -- Magnus Haug -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5dca4946-c26f-42f3-98ac-53bc2b478fc3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
