Robert Muir created LUCENE-6159:
-----------------------------------
Summary: TestSearcherManager sometimes uses too many files
Key: LUCENE-6159
URL: https://issues.apache.org/jira/browse/LUCENE-6159
Project: Lucene - Core
Issue Type: Bug
Reporter: Robert Muir
on branch_5x:
ant test -Dtestcase=TestSearcherManager -Dtests.seed=D6BC19E58A39CA7
-Dtests.multiplier=2 -Dtests.nightly=true
it reproduces, its not hitting the operating system limit, instead the
mockfilesystem one in TestRuleTemporaryFilesCleanup:
{code}
// os/config-independent limit for too many open files
// TODO: can we make this lower?
private static final int MAX_OPEN_FILES = 2048;
{code}
I havent looked further only to check it reproduced.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]