Any Idea?



sunnyfr wrote:
> 
> Hi,
> 
> When I check my commit.log nothings is runned 
> but my config file seems ok to active my commit :
> 
>     <autoCommit>
>       <maxDocs>10000</maxDocs>
>       <maxTime>1000</maxTime>
>     </autoCommit> 
> 
> My snapshooter too: but no log in snapshooter.log
>     <!-- A postCommit event is fired after every commit or optimize
> command -->
>     <listener event="postCommit" class="solr.RunExecutableListener">
>       <str name="exe">./data/solr/book/logs/snapshooter</str>
>       <str name="dir">data/solr/book/bin</str>
>       <bool name="wait">true</bool>
>       <arr name="args"> <str>arg1</str> <str>arg2</str> </arr>
>       <arr name="env"> <str>MYVAR=val1</str> </arr>
>     </listener>
> 
> And doc updated :
> 
> </lst>
> <str name="status">busy</str>
> <str name="importResponse">A command is still running...</str>
> −
> <lst name="statusMessages">
> <str name="Time Elapsed">0:1:33.251</str>
> <str name="Total Requests made to DataSource">39453</str>
> <str name="Total Rows Fetched">17980</str>
> <str name="Total Documents Skipped">0</str>
> <str name="Delta Dump started">2008-09-24 09:50:01</str>
> <str name="Identifying Delta">2008-09-24 09:50:01</str>
> <str name="Deltas Obtained">2008-09-24 09:50:37</str>
> <str name="Building documents">2008-09-24 09:50:37</str>
> <str name="Total Changed Documents">5636</str>
> −
> <str name="">
> Indexing completed. Added/Updated: 5636 documents. Deleted 0 documents.
> </str>
> </lst>
> 
> I've nothing in my commit.log but when i go to my update handler it looks
> commit are fired, no?
> 
> Update Handlers
>       
> name:         updateHandler  
> class:        org.apache.solr.update.DirectUpdateHandler2  
> version:      1.0  
> description:  Update handler that efficiently directly updates the on-disk
> main lucene index  
> stats:        commits : 2174
> autocommit maxDocs : 10000
> autocommit maxTime : 1000ms
> autocommits : 2172
> optimizes : 321
> docsPending : 0
> adds : 0
> deletesById : 0
> deletesByQuery : 0
> errors : 0
> cumulative_adds : 323848
> cumulative_deletesById : 0
> cumulative_deletesByQuery : 0
> cumulative_errors : 0
> docsDeleted : 0 
> 
> 
> And even no snapshot created ???
> Any Idea? What should I check ?
> Cheers,
> 

-- 
View this message in context: 
http://www.nabble.com/commit-not-fired-and-no-new-snapshot-----tp19643742p19650194.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to