Hey guys I’m try to do a backup of my Solr cloud cluster but it is never 
starting.

When I execute the async backup command it returns quickly like I would expect 
with the following response

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


But the backup never starts.

When I execute the REQUESTSTATUS it response with the following response and 
will stay at sumitted for ever.


<response>
<script/>
<script/>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">7</int>
</lst>
<lst name="status">
<str name="state">submitted</str>
<str name="msg">found [1234] in submitted tasks</str>
</lst>
</response>

This seems to have started after a long backup failed to complete.



Any suggestions would be appreciated.

Reply via email to