hello, i am doing automation tests on snapshot restore.
I wish I could stop a restoration that is underway.
When I execute the following command: GET / _tasks / taskID
I have the return indicating the id and the action of my task: "tasks": { "taskID": { "node": "Node1", "id": 427761143, "type": "transport", "action": "cluster: admin / snapshot / restore", "start_time_in_millis": 1585209521425, "running_time_in_nanos": 10418788830868 }
then when launching a cancellation: POST / _tasks / taskID / _cancel
I have the following message: "reason": "task [taskID] doesn't support cancellation
How to stop a restore without removing the snapshot?
Unfortunately when i delete the index delete /index-car
The index is deleted and it is not restored
However the other snapshot index continue their restoration
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.