jpountz opened a new issue, #13883:
URL: https://github.com/apache/lucene/issues/13883

   ### Description
   
   `ConcurrentMergeScheduler` computes max thread counts assuming a single 
`IndexWriter` in the JVM. But it's common with Solr or Elasticsearch to have 
tens of active `IndexWriter`s running in the same JVM. Could we make 
`ConcurrentMergeScheduler` more multi-tenant, or introduce a new multi-tenant 
merge scheduler that accounts for the fact that the JVM is shared across 
multiple indexes?


-- 
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.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