don't processEvents during rollback

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1586946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-04-13 09:23:10 +00:00
parent 856cdf8d3e
commit 3dd9091dd0
1 changed files with 0 additions and 1 deletions

View File

@ -2005,7 +2005,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit{
mergeScheduler.close();
bufferedUpdatesStream.clear();
processEvents(false, true);
docWriter.close(); // mark it as closed first to prevent subsequent indexing actions/flushes
docWriter.abort(this); // don't sync on IW here
synchronized(this) {