You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Busch (JIRA)" <ji...@apache.org> on 2010/07/28 18:23:19 UTC

[jira] Resolved: (LUCENE-2561) Fix exception handling and thread safety in realtime branch

     [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org