You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bartosz Cembor (Created) (JIRA)" <ji...@apache.org> on 2012/04/17 11:13:25 UTC

[jira] [Created] (SOLR-3365) Data import using local time to mark last_index_time

Data import using local time to mark last_index_time
----------------------------------------------------

                 Key: SOLR-3365
                 URL: https://issues.apache.org/jira/browse/SOLR-3365
             Project: Solr
          Issue Type: Bug
          Components: contrib - DataImportHandler
         Environment: 1 mysql data source server
2 solr servers 
            Reporter: Bartosz Cembor


Class org.apache.solr.handler.dataimport.DataImporter

setIndexStartTime(new Date());

When there is difference in time beetwen servers (mysql and solr) some documents are not indexed 

I think DataImporter should take time from mysql database (SELECT NOW()) and use it for mark start_index_time



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org