Hi In one of our Elasticsearch cluster backup is failing with following error
"state" : "PARTIAL",
"start_time" : "2018-09-15T08:14:27.399Z",
"start_time_in_millis" : 1536999267399,
"end_time" : "2018-09-15T08:23:03.502Z",
"end_time_in_millis" : 1536999783502,
"duration_in_millis" : 516103,
"failures" : [
{
"index" : "media_asset_prop_1180",
"index_uuid" : "media_asset_prop_1180",
"shard_id" : 4,
"reason" : "IndexShardSnapshotFailedException[error deleting index file [index-234] during cleanup]; nested: NoSuchFileException[Blob [index-234] does not exist]; ",
"node_id" : "6EjxOUEYQO2SP_-qDmXVDQ",
"status" : "INTERNAL_SERVER_ERROR"
},
We are using es 5.4.0 version with repository-s3 plugin to create snapshot
Can some one help on this how to resolve this error
Thankyou