mirror of https://github.com/apache/lucene.git
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:
parent
426a5736d9
commit
566dc2e73b
|
@ -2049,7 +2049,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit, Accountable {
|
|||
|
||||
lastCommitChangeCount = changeCount;
|
||||
|
||||
deleter.refresh();
|
||||
deleter.close();
|
||||
|
||||
IOUtils.close(writeLock); // release write lock
|
||||
|
|
Loading…
Reference in New Issue