Uploaded image for project: 'Lucene.Net'
  1. Lucene.Net
  2. LUCENENET-432

Concurrency issues in SegmentInfo.Files() (LUCENE-2584)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Lucene.Net 2.9.4, Lucene.Net 2.9.4g
    • None
    • None

    Description

      The multi-threaded call of the files() in SegmentInfo could lead to the ConcurrentModificationException if one thread is not finished additions to the ArrayList (files) yet while the other thread already obtained it as cached.

      https://issues.apache.org/jira/browse/LUCENE-2584

      Attachments

        1. SegmentInfo.patch
          3 kB
          Digy

        Activity

          People

            digydigy Digy
            digydigy Digy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: