Unable to Restore indices through Snapshot

When i tried to Restore indices through Snapshot by below Command
curl -XPOST "http://localhost:9200/_snapshot/cs-automated/2018-01-21t00-43-52.c6293dff-3b5b-48c1-aec2-09d90856cea1/_restore" -H 'Content-Type: application/json' -d'
{"indices":"cwl-2017.12.13"}'

I got Below Error :-1:
{
"error": {
"root_cause": [
{
"type": "concurrent_snapshot_execution_exception",
"reason": "[cs-automated:2018-01-21t00-43-52.c6293dff-3b5b-48c1-aec2-09d90856cea1/9hoTf0CQRr2Qdsjyniku4Q] Restore process is already running in this cluster"
}
],
"type": "concurrent_snapshot_execution_exception",
"reason": "[cs-automated:2018-01-21t00-43-52.c6293dff-3b5b-48c1-aec2-09d90856cea1/9hoTf0CQRr2Qdsjyniku4Q] Restore process is already running in this cluster"
},
"status": 503
}

Please help i am unable to restore this indices i.e. cwl-2017.12.13 and unable to restore any snapshot now

per message process is already running, you may want to wait until it's complete and try again...

I am waiting from last 2 days , I tried to Del this snapshot but its not allowing me...also Snapshot status is Showing Partial

Which version are you running?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.