You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2015/02/21 07:00:15 UTC

[jira] [Created] (LUCENE-6273) TestIndexWriterOutOfFileDescripters never reproduces

Robert Muir created LUCENE-6273:
-----------------------------------

             Summary: TestIndexWriterOutOfFileDescripters never reproduces
                 Key: LUCENE-6273
                 URL: https://issues.apache.org/jira/browse/LUCENE-6273
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


This test doesn't ever reproduce from the random seed.

Maybe we should write it differently? We could use HandleLimitFS:
{code}
   * @param delegate delegate filesystem to wrap.
   * @param limit maximum number of open files.
   */
  public HandleLimitFS(FileSystem delegate, int limit) {
{code}



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