Looks like a programming error. Without having a look at the code "ServerService" causing this, it is not possible to find explanations.
Jörg On Fri, Aug 1, 2014 at 6:38 PM, John D. Ament <[email protected]> wrote: > Hi all > > Based on another thread I started, I'm embedding ES into my application. > Starting today, and I'm sure there's something that got thrown into the > mix causing this, we have started seeing high counts of thread pools > getting created and the application never fully booting. > > I see this in the logs at a fine level: > > 2014-08-01 12:34:32,731 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,731 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > 2014-08-01 12:34:32,732 FINE [org.elasticsearch.threadpool] > (ServerService Thread Pool -- 19) [Sauron] creating thread_pool [generic], > type [cached], keep_alive [30s] > > > I wouldn't expect so many threadpools to get created. Is this expected? > > > John > > -- > 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/e9388230-6f83-4aa9-8752-5e9c47625b03%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/e9388230-6f83-4aa9-8752-5e9c47625b03%40googlegroups.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/CAKdsXoGu4WXCh9qAr4EPOmWoshFpYP7GG06Rw7G9wC05Avgzkg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
