Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-6159

TestSearcherManager sometimes uses too many files

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • None
    • None
    • New

    Description

      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:

        // os/config-independent limit for too many open files
        // TODO: can we make this lower?
        private static final int MAX_OPEN_FILES = 2048;
      

      I havent looked further only to check it reproduced.

      Attachments

        1. LUCENE-6159.patch
          0.9 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: