From 41729528c34c3b201342eaf04e4ba2707ea2ead5 Mon Sep 17 00:00:00 2001 From: Anshum Gupta Date: Wed, 28 Jan 2015 09:41:47 +0000 Subject: [PATCH] SOLR-6640: Fixing the comment git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655249 13f79535-47bb-0310-9956-ffa450edef68 --- solr/core/src/java/org/apache/solr/handler/SnapPuller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/handler/SnapPuller.java b/solr/core/src/java/org/apache/solr/handler/SnapPuller.java index 6aeb718a555..4271c562d8f 100644 --- a/solr/core/src/java/org/apache/solr/handler/SnapPuller.java +++ b/solr/core/src/java/org/apache/solr/handler/SnapPuller.java @@ -407,7 +407,7 @@ public class SnapPuller { } 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) // 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