After Enabling client.transport.sniff parameter it is able to connect , but it is connecting all of the nodes in the cluster. Ideally querying the load balancer should return the response to which node to redirect will be taken care by the load balancer. Is there any problem with the Java code or load balancer settings ?
Please help. [2014-03-28 15:40:16,822][DEBUG][org.elasticsearch.threadpool] [Mindmeld] > creating thread_pool [optimize], type [fixed], size [1], queue_size [null] > [2014-03-28 15:40:16,862][DEBUG][org.elasticsearch.transport.netty] > [Mindmeld] using worker_count[4], port[9300-9400], bind_host[null], > publish_host[null], compress[false], connect_timeout[30s], > connections_per_node[2/3/6/1/1], receive_predictor[512kb->512kb] > [2014-03-28 15:40:16,865][DEBUG][org.elasticsearch.client.transport] > [Mindmeld] node_sampler_interval[5s] > [2014-03-28 > 15:40:16,894][DEBUG][org.elasticsearch.netty.channel.socket.nio.SelectorUtil] > Using select timeout of 500 > [2014-03-28 > 15:40:16,894][DEBUG][org.elasticsearch.netty.channel.socket.nio.SelectorUtil] > Epoll-bug workaround enabled = false > [2014-03-28 15:40:16,947][DEBUG][org.elasticsearch.client.transport] > [Mindmeld] adding address [[#transport#-1][kd-win7][inet[/1.1.0.160:9300]]] > [2014-03-28 15:40:17,208][DEBUG][org.elasticsearch.transport.netty] > [Mindmeld] connected to node > [[#transport#-1][kd-win7][inet[/1.1.0.160:9300]]] > [2014-03-28 15:40:17,765][DEBUG][org.elasticsearch.transport.netty] > [Mindmeld] connected to node > [[db0-121][zEUFq-q7ReWRCyNVd0Q5lA][db0-121][inet[/10.1.0.121:9300]]] > [2014-03-28 15:40:18,004][DEBUG][org.elasticsearch.transport.netty] > [Mindmeld] connected to node > [[db0-221][HsiqK4omR26vJuLgFHGCRA][db0-221][inet[/10.1.0.221:9300]]] > [2014-03-28 15:40:18,247][DEBUG][org.elasticsearch.transport.netty] > [Mindmeld] connected to node > [[db0-021][J7_LlmwlQ2SChW9_bcFW2g][db0-021][inet[/10.1.0.21:9300]]] > On Friday, March 28, 2014 3:37:28 PM UTC+5:30, PKD wrote: > > From the java client logs it seems that it able to connect to elastic > search node through load balancer (1.1.0.16). > > [2014-03-28 14:20:24,604][DEBUG][org. > elasticsearch.client.transport] [Balder] node_sampler_interval[5s] > [2014-03-28 > 14:20:24,633][DEBUG][org.elasticsearch.netty.channel.socket.nio.SelectorUtil] > Using select timeout of 500 > [2014-03-28 > 14:20:24,633][DEBUG][org.elasticsearch.netty.channel.socket.nio.SelectorUtil] > Epoll-bug workaround enabled = false > [2014-03-28 14:20:24,687][DEBUG][org.elasticsearch.client.transport] > [Balder] adding address [[#transport#-1][kd-win7][inet[/1.1.0.16:9300]]] > [2014-03-28 14:20:24,956][DEBUG][org.elasticsearch.transport.netty] > [Balder] connected to node [[#transport#-1][kd-win7][inet[/1.1.0.16:9300]]] > [2014-03-28 14:20:26,068][DEBUG][org.elasticsearch.transport.netty] > [Balder] connected to node > [[db0-021][J7_LlmwlQ2SChW9_bcFW2g][deb0-021][inet[/1.1.0.16:9300]]] > [2014-03-28 14:20:30,775][DEBUG][org.elasticsearch.transport.netty] > [Balder] disconnected from > [[db0-021][J7_LlmwlQ2SChW9_bcFW2g][deb0-021][inet[/1.1.0.16:9300]]], > channel closed event > Exception in thread "main" > org.elasticsearch.client.transport.NoNodeAvailableException: No node > available > at > org.elasticsearch.client.transport.TransportClientNodesService$RetryListener.onFailure(TransportClientNodesService.java:263) > at > org.elasticsearch.action.TransportActionNodeProxy$1.handleException(TransportActionNodeProxy.java:89) > at > org.elasticsearch.transport.TransportService$2.run(TransportService.java:206) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > > > On Friday, March 28, 2014 12:01:44 AM UTC+5:30, Binh Ly wrote: >> >> I am curious which LB are you using? And also I'm assuming you have the >> 9300 port open and forwarded to your cluster? >> > -- 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/219201e5-a0b3-4248-9876-0defb96dbd3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
