elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.95k stars 24.74k forks source link

TransportClient.builder().settings(settings).build() hangs silently #18834

Closed yamap77 closed 8 years ago

yamap77 commented 8 years ago

Elasticsearch version: 2.3

JVM version:

OS version:

Description of the problem including expected versus actual behavior: I am trying to create a transport client in my application. TransportClient.builder().settings(settings).build() hangs and there is no error message.

I enabled debug level log and it can't tell me anyting about what's going on 2016-06-13 01:27:06,045 UTC INFO org.elasticsearch.plugins: [Agamotto] modules [], plugins [], sites [] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [force_merge], type [fixed], size [1], queue_size [null] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [percolate], type [fixed], size [8], queue_size [1k] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [fetch_shard_started], type [scaling], min [1], size [16], keep_alive [5m] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [listener], type [fixed], size [4], queue_size [null] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [index], type [fixed], size [8], queue_size [200] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [refresh], type [scaling], min [1], size [4], keep_alive [5m] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [suggest], type [fixed], size [8], queue_size [1k] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [generic], type [cached], keep_alive [30s] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [warmer], type [scaling], min [1], size [4], keep_alive [5m] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [search], type [fixed], size [13], queue_size [1k] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [flush], type [scaling], min [1], size [4], keep_alive [5m] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [fetch_shard_store], type [scaling], min [1], size [16], keep_alive [5m] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [management], type [scaling], min [1], size [5], keep_alive [5m] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [get], type [fixed], size [8], queue_size [1k] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [bulk], type [fixed], size [8], queue_size [50] 2016-06-13 01:27:06,046 UTC DEBUG org.elasticsearch.threadpool: [Agamotto] creating thread_pool [snapshot], type [scaling], min [1], size [4], keep_alive [5m]

Steps to reproduce: 1. 2. 3.

Provide logs (if relevant):

Describe the feature:

jasontedor commented 8 years ago

There isn't nearly any detail here to reproduce, but your best bet to get traction on this issue is to open a post on the Elastic Discourse forums as Elastic reserves GitHub for verified bug reports and feature requests.