mirror of https://github.com/apache/lucene.git
SOLR-783 followup - Make sure indexStartTime is never null. Set index start time even if commit=false for full imports too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@751043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3569314914
commit
ab7106f35f
|
@ -316,7 +316,6 @@ public class DataImporter {
|
|||
LOG.info("Starting Full Import");
|
||||
setStatus(Status.RUNNING_FULL_DUMP);
|
||||
|
||||
if (requestParams.commit)
|
||||
setIndexStartTime(new Date());
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue