Hello Mohit ,

I am no expert in this , but i feel adding the sniff might help -

Settings settings = ImmutableSettings.settingsBuilder()
.put("cluster.name", clusterName)
* .put("client.transport.sniff", true)*
.build();
TransportClient client = new TransportClient(settings);
client.addTransportAddresses(new InetSocketTransportAddress(esHost,
esPort));


Thanks
           Vineeth


On Sat, Apr 12, 2014 at 12:43 AM, Mohit Anchlia <[email protected]>wrote:

> I am currently creating a client connection as shown below. One of the
> questions I have is what is the right way to provide high availability and
> reseliency on the client side when the node that I am connecting to fails?
> Does this client automatically discovers all the nodes in the cluster and
> retry on other nodes?
>
>
> Client client = new TransportClient()
>
> .addTransportAddress(new InetSocketTransportAddress("host1", 9300))
>
>  --
> 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/CAOT3TWoNGePYwohTZwSc1EBgjkUZ3zvd4NLcLdiYUX8eUUnj1g%40mail.gmail.com<https://groups.google.com/d/msgid/elasticsearch/CAOT3TWoNGePYwohTZwSc1EBgjkUZ3zvd4NLcLdiYUX8eUUnj1g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAGdPd5nm1s38eqazRbLHBfwO3xZaLt9SmRWLKkGRCvBV3MPqig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to