mirror of https://github.com/apache/lucene.git
LUCENE-5263: remove extra deleter.checkpoint
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f2109e321
commit
52e63ba951
|
@ -561,7 +561,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit{
|
|||
// do here: it was done previously (after we
|
||||
// invoked BDS.applyDeletes), whereas here all we
|
||||
// did was move the state to disk:
|
||||
deleter.checkpoint(segmentInfos, false);
|
||||
checkpointNoSIS();
|
||||
|
||||
// we wrote field updates, reopen the reader
|
||||
|
|
Loading…
Reference in New Issue