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 McCandless (JIRA)" <ji...@apache.org> on 2011/01/24 18:26:44 UTC

[jira] Resolved: (LUCENE-2382) Merging implemented by codecs must catch aborted merges

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

Michael McCandless resolved LUCENE-2382.
----------------------------------------

    Resolution: Fixed

> Merging implemented by codecs must catch aborted merges
> -------------------------------------------------------
>
>                 Key: LUCENE-2382
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2382
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 4.0
>
>         Attachments: LUCENE-2382.patch
>
>
> This is a regression (we lost functionality on landing flex).
> When you close IW with "false" (meaning abort all running merges), IW asks the merge threads to abort.  The threads are supposed to periodically check if they are aborted and throw an exception if so.
> But on the cutover to flex, where the codec can override how merging is done (but a default impl is in the base enum classes), we lost this.

-- 
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