And I did change my config file :

    <!-- A postCommit event is fired after every commit or optimize command
    <listener event="postCommit" class="solr.RunExecutableListener">
      <str name="exe">data/solr/books/bin/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>

    <listener event="postOptimize" class="solr.RunExecutableListener">
      <str name="exe">snapshooter</str>
      <str name="dir">data/solr/books/bin/</str>
      <bool name="wait">true</bool>
    </listener>


Grant Ingersoll-6 wrote:
> 
> Have you actually taken a snapshot?  There is more to it than just  
> starting rsyncd.
> 
> See http://wiki.apache.org/solr/CollectionDistribution
> 
> On Sep 18, 2008, at 12:13 PM, sunnyfr wrote:
> 
>>
>> Hi
>> sorry I think I've started properly rsyncd :
>>
>> [EMAIL PROTECTED]:/# ./data/solr/books/bin/rsyncd-enable
>>
>> [EMAIL PROTECTED]:/# ./data/solr/books/bin/rsyncd-start
>>
>> but then I can't found this snapshot.current files ....??
>> How can I check I did it properly ?
>>
>> my rsyncd.log :
>> 2008/09/18 18:06:04 enabled by root
>> 2008/09/18 18:06:04 command: /data/solr/books/bin/rsyncd-enable
>> 2008/09/18 18:06:04 rsyncd already currently enabled
>> 2008/09/18 18:06:04 exited (elapsed time: 0 sec)
>> 2008/09/18 18:06:46 enabled by root
>> 2008/09/18 18:06:46 command: ./data/solr/books/bin/rsyncd-enable
>> 2008/09/18 18:06:46 rsyncd already currently enabled
>> 2008/09/18 18:06:46 exited (elapsed time: 0 sec)
>> 2008/09/18 18:07:17 started by root
>> 2008/09/18 18:07:17 command: ./data/solr/books/bin/rsyncd-start
>> 2008/09/18 18:07:17 [28782] connect from localhost (127.0.0.1)
>> 2008/09/18 18:07:17 [28782] module-list request from localhost  
>> (127.0.0.1)
>> 2008/09/18 18:07:17 rsyncd already running at port 18180
>>
>> Thanks a lot,
>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/snapshot.yyyymmdd-...-can%27t-found-them--tp19556507p19556507.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
> 
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com
> 
> Lucene Helpful Hints:
> http://wiki.apache.org/lucene-java/BasicsOfPerformance
> http://wiki.apache.org/lucene-java/LuceneFAQ
> 
> 
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/snapshot.yyyymmdd-...-can%27t-found-them--tp19556507p19603677.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to