It was too long so I finally restart tomcat .. then 5mn later my cron job
started :
but it looks like nothing happening by cron job : 

This is my OUTPUT file : tot.txt

<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><lst name="initArgs"><lst name="defaults"><str
name="config">data-config.xml</str></lst></lst><str
name="command">delta-import,</str><str name="status">idle</str><str
name="importResponse"/><lst name="statusMessages"/><str name="WARNING">This
response format is experimental.  It is likely to change in the
future.</str>
</response>


This is my CRON JOB WGET

*/5 * * * * /usr/bin/wget -q --output-document=/home/tot.txt
http://solr-test.adm.books.com:8180/solr/books/dataimport?command=delta-import,
echo $(date) > /home/tot.txt




sunnyfr wrote:
> 
>         This XML file does not appear to have any style information
> associated with it. The document tree is shown below.
>       
> −
> <response>
> −
> <lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">0</int>
> </lst>
> −
> <lst name="initArgs">
> −
> <lst name="defaults">
> <str name="config">data-config.xml</str>
> </lst>
> </lst>
> <str name="status">idle</str>
> <str name="importResponse"/>
> −
> <lst name="statusMessages">
> <str name="Time Elapsed">4:26:16.934</str>
> <str name="Total Requests made to DataSource">3451431</str>
> <str name="Total Rows Fetched">9165885</str>
> <str name="Total Documents Processed">493061</str>
> <str name="Total Documents Skipped">0</str>
> <str name="Delta Dump started">2008-09-18 10:01:01</str>
> <str name="Identifying Delta">2008-09-18 10:01:01</str>
> <str name="Deltas Obtained">2008-09-18 10:01:43</str>
> <str name="Building documents">2008-09-18 10:01:43</str>
> <str name="Total Changed Documents">1587889</str>
> </lst>
> −
> <str name="WARNING">
> This response format is experimental.  It is likely to change in the
> future.
> </str>
> 

-- 
View this message in context: 
http://www.nabble.com/delta-import-looks-stuck------how-can-I-check-if-it%27s-done-or-not---tp19551728p19554129.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to