- Elasticsearch 6.8
- AWS (Use Elasticsearch service)
- Automatic snapshot performed at UTC0
- Temporarily store file contents in index
- Format the data based on the fetched index and store it in another index
- Delete temporary index
3, "Cannot delete indices that are being snapshotted" may occur
{
"error": {
"root_cause": [
{
"type": "snapshot_in_progress_exception",
"reason": "Cannot delete indices that are being snapshotted: [[index_name/CzqatJlTQkCpqCpRExR3ZZ]]. Try again after snapshot finishes or cancel the currently running snapshot."
}
],
"type": "snapshot_in_progress_exception",
"reason": "Cannot delete indices that are being snapshotted: [[index_name/CzqatJlTQkCpqCpRExR3ZZ]]. Try again after snapshot finishes or cancel the currently running snapshot."
},
"status": 400
}
The Elasticsearch service does not run the autosnapshot time, but the error occurs.
I don't know why, so I'd like you to tell me if you know.