[ 
https://issues.apache.org/jira/browse/LUCENE-6159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263957#comment-14263957
 ] 

Michael McCandless commented on LUCENE-6159:
--------------------------------------------

+1

> 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
>         Attachments: LUCENE-6159.patch
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to