mirror of https://github.com/apache/lucene.git
SOLR-6640: Fixing the comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba3eb7620e
commit
41729528c3
|
@ -407,7 +407,7 @@ public class SnapPuller {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isFullCopyNeeded) {
|
if (!isFullCopyNeeded) {
|
||||||
// a searcher might be using some flushed but committed segments
|
// a searcher might be using some flushed but not committed segments
|
||||||
// because of soft commits (which open a searcher on IW's data)
|
// because of soft commits (which open a searcher on IW's data)
|
||||||
// so we need to close the existing searcher on the last commit
|
// so we need to close the existing searcher on the last commit
|
||||||
// and wait until we are able to clean up all unused lucene files
|
// and wait until we are able to clean up all unused lucene files
|
||||||
|
|
Loading…
Reference in New Issue