版本: 7.4-8.9
简而言之,当 Elasticsearch 无法验证存储库时会出现此错误,通常是由于配置设置不正确或网络问题造成的。要解决此问题,请确保使用正确的凭据和路径正确配置存储库。另外,请检查 Elasticsearch 与存储库之间的网络连接。如果使用基于云的存储库,请确保已安装并正确配置了必要的插件。最后,请查看 Elasticsearch 日志以获取更详细的错误信息。
日志上下文 #
日志 “Failed to verify repository” 类名称是 BlobStoreRepository.java. 我们从 Elasticsearch 源代码中提取了以下内容,供那些寻求深入上下文的人参考:
+ "] is not shared between this node and the master node or "
+ "that permissions on the store don't allow reading files written by the master node";
e
);
} catch (Exception e) {
throw new RepositoryVerificationException(metadata.name(); "Failed to verify repository"; e);
}
}
} @Override





