Hi Team,
We are suddenly facing the snapshot exception in GCS
with
[2023-06-05T11:40:34,219][WARN ][r.suppressed ] [###] path: /_snapshot/e#-repo/###_gcs_ss_2023-06-05-1130, params: {pretty=true, repository=###-###-repo, snapshot=###_gcs_ss_2023-06-05-1130}
org.elasticsearch.repositories.RepositoryException: [###-###-repo] could not read repository data from index blob
Caused by: com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input in VALUE_STRING
at [Source: sun.nio.ch.ChannelInputStream@171ce462; line: 1, column: 14681217]
and we are not able to access the repo
{
"error": {
"root_cause": [
{
"type": "repository_exception",
"reason": "[###-repo] could not read repository data from index blob"
}
],
"type": "repository_exception",
"reason": "[###-repo] could not read repository data from index blob",
"caused_by": {
"type": "json_e_o_f_exception",
"reason": "Unexpected end-of-input in VALUE_STRING\n at [Source: sun.nio.ch.ChannelInputStream@768613c2; line: 1, column: 14681217]"
}
},
"status": 500
}