Hi, I can't find a way to sort out my issue, can somebody please help me ? My problem is all my logs files look empty and no snapshot created, but everything seems to work, except this snapshot. auto commit seems ok according to the stat page, but no log ??? and snapshot are not created except if I run it manually by command line ??
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">snapshooter</str> <str name="dir"></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> <!-- A postOptimize event is fired only after every optimize command, useful in conjunction with index distribution to only distribute optimized indicies--> <listener event="postOptimize" class="solr.RunExecutableListener"> <str name="exe">snapshooter</str> <str name="dir"></str> <bool name="wait">true</bool> </listener> My scripts.conf data_dir=/data/solr/book/data 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 Any Idea? What should I check ? thanks a lot, -- View this message in context: http://www.nabble.com/issue-with-commit-tp19664249p19664249.html Sent from the Solr - User mailing list archive at Nabble.com.