[ 
https://issues.apache.org/jira/browse/LUCENE-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Busch resolved LUCENE-2561.
-----------------------------------

    Resolution: Fixed

TestStressIndexing2 is not failing because of concurrency problems, so I'm 
closing this issue.
All contrib tests pass now too!  

The reason why TestStressIndexing2 is failing is that deletes and sequenceIDs 
aren't fully implemented yet.  The remapDeletes step is still commented out, 
which results in a wrong behavior as soon as segment merges happen while 
deletes are buffered.  (I'll use LUCENE-2558 to fix that)

> Fix exception handling and thread safety in realtime branch
> -----------------------------------------------------------
>
>                 Key: LUCENE-2561
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2561
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Minor
>             Fix For: Realtime Branch
>
>         Attachments: lucene-2561.patch
>
>
> Several tests are currently failing in the realtime branch - most of them due 
> to thread safety problems (often exceptions in ConcurrentMergeScheduler) and 
> in tests that test for aborting and non-aborting exceptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to