You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2015/07/06 17:14:04 UTC

[jira] [Created] (LUCENE-6659) Remove IndexWriterConfig.get/setMaxThreadStates

Michael McCandless created LUCENE-6659:
------------------------------------------

             Summary: Remove IndexWriterConfig.get/setMaxThreadStates
                 Key: LUCENE-6659
                 URL: https://issues.apache.org/jira/browse/LUCENE-6659
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 5.3, Trunk


Ever since LUCENE-5644, IndexWriter will aggressively reuse its internal thread states across threads, whenever one is free.

I think this means we can safely remove the sneaky maxThreadStates limit (default 8) that we have today: IW will only ever allocate as many thread states as there are actual concurrent threads running through it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org