-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Bug: Snapshot status "partial" misreported #28692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@tlrx can you voice an opinion please? |
Thanks @redbearsam. Indeed, I think we can now correctly report the PARTIAL status. Do you still want to submit a pull request? |
Cool yes, thy will be done. Submission will be tomorrow. Thanks tlrx. |
Pull request has been submitted: #28801 |
There is another issue here, |
Pinging @elastic/es-distributed (Team:Distributed) |
Related to issue #5792 .
Bug: Snapshot status "partial" misreported
When hitting the _snapshot/{repoName}/{snapshotName}/_status endpoint, the partial state is never returned (as it is for example when hitting the _snapshot/{repoName}/{snapshotName} endpoint.
The following code and TODO are to be found inside the relevant file (elasticsearch/core/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/TransportSnapshotStatusAction):
Suggest implementing the suggested TODO. Can't see any obvious issues therein. I expect to make a pull request to this effect quite soon, given the go-ahead.
Elasticsearch version (
bin/elasticsearch --version
): v1.7 through v6.2The text was updated successfully, but these errors were encountered: