uschindler commented on PR #816:
URL: https://github.com/apache/lucene/pull/816#issuecomment-1111146277

   > I want to see these servers make real effort to not use 10,000 threads.
   
   Why does Elasticsearch need so many threads? They have a selector based 
connection handling! And Solr is ongoing to clean thread pools up.
   
   IMHO, Elasticserach should use fixed size threadpools (there can be many 
thread in it), but what they should not do (to be a friend of G1GC): purge 
unused threads. So a thread pool that grows size is fine (often useful when you 
don't know how many threads you need at beginning), but never shrink pool size. 
All my jetty servers have fixed pools, BTW.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to