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: 3.1
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: [email protected]
For additional commands, e-mail: [email protected]