remove extra deleter.refresh() call (we were calling it twice on IW.rollback)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-09-05 13:53:09 +00:00
parent 426a5736d9
commit 566dc2e73b
1 changed files with 0 additions and 1 deletions

View File

@ -2049,7 +2049,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit, Accountable {
lastCommitChangeCount = changeCount;
deleter.refresh();
deleter.close();
IOUtils.close(writeLock); // release write lock