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

                 Key: LUCENENET-432
                 URL: https://issues.apache.org/jira/browse/LUCENENET-432
             Project: Lucene.Net
          Issue Type: Bug
    Affects Versions: Lucene.Net 2.9.4, Lucene.Net 2.9.4g
            Reporter: Digy
         Attachments: SegmentInfo.patch

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


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to