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:
Anshum Gupta 2015-01-28 09:41:47 +00:00
parent ba3eb7620e
commit 41729528c3
1 changed files with 1 additions and 1 deletions

View File

@ -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