Hi,

I don't know why when I start commit manually it doesn't fire snapshooter ?
I did it manually because no snapshot was created and if i run it manually
it works.

so my auto commit is activated (I think) :
    <autoCommit>
      <maxDocs>10000</maxDocs>
      <maxTime>1000</maxTime>
    </autoCommit>

My snapshooter too:
    <!-- 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>

Update are done on the server :
<str name="command">delta-import</str>
<str name="status">idle</str>
<str name="importResponse"/>
−
<lst name="statusMessages">
<str name="Total Requests made to DataSource">1513</str>
<str name="Total Rows Fetched">574</str>
<str name="Total Documents Skipped">0</str>
<str name="Delta Dump started">2008-09-23 16:00:01</str>
<str name="Identifying Delta">2008-09-23 16:00:01</str>
<str name="Deltas Obtained">2008-09-23 16:00:37</str>
<str name="Building documents">2008-09-23 16:00:37</str>
<str name="Total Changed Documents">216</str>
−
<str name="">
Indexing completed. Added/Updated: 216 documents. Deleted 0 documents.
</str>
<str name="Committed">2008-09-23 16:01:29</str>
<str name="Time taken ">0:1:28.667</str>
</lst>

and everything is at the good place I think, my path are good ...


-- 
View this message in context: 
http://www.nabble.com/commit-tp19628500p19628500.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to