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: [email protected]
For additional commands, e-mail: [email protected]