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> Any Idea? What should I check ? Cheers, -- View this message in context: http://www.nabble.com/commit-not-fired-tp19643742p19643742.html Sent from the Solr - User mailing list archive at Nabble.com.