Hi,

According to Solr's wiki page http://wiki.apache.org/solr/SolrReplication,
if I send the following request to master, a snapshoot will be created

http://master_host:port/solr/replication?command=snapshoot<http://master_host/solr/replication?command=snapshoot>


But after I did it, nothing seemed happening.

I got this response back,

<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst>
</response>

and I checked the data directory, no snapshoot was created.

I am not sure what to expect after making the request, and where to find the
snapshoot files (and what they are).

Thanks,

Jianhan

Reply via email to