Dawid Weiss created LUCENE-4274:
-----------------------------------
Summary: Thread leak in SolrCmdDistributor (thread pool not
closed).
Key: LUCENE-4274
URL: https://issues.apache.org/jira/browse/LUCENE-4274
Project: Lucene - Core
Issue Type: Bug
Reporter: Dawid Weiss
This thing leaks threads:
{code}
// TODO: shut this thing down
// TODO: this cannot be per instance...
static BoundedExecutor commExecutor;
{code}
(unclosed internal thread pool).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]