We recently upgraded a cluster to Opensearch 2.4.0. Since the upgrade, all of our snapshots have failed with the error:
{
“error” : {
“root_cause” : [
{
“type” : “repository_verification_exception”,
“reason” : “[data_snapshots] path is not accessible on cluster-manager node”
}
],
“type” : “repository_verification_exception”,
“reason” : “[data_snapshots] path is not accessible on cluster-manager node”,
“caused_by” : {
“type” : “illegal_argument_exception”,
“reason” : “Illegal base64 character 22”,
“suppressed” : [
{
“type” : “exception”,
“reason” : “#block terminated with an error”
}
]
}
},
“status” : 500
}
We are using the repository-azure plugin and the repo is a container in an Azure storage account. At this point, we can’t even list snapshots in the repo, take new snapshots, etc as we always get this error. Does anyone have any suggestions?