Skip to content
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

Snapshot Status failing without repository #5790

Closed
imotov opened this issue Apr 13, 2014 · 0 comments · Fixed by #5791
Closed

Snapshot Status failing without repository #5790

imotov opened this issue Apr 13, 2014 · 0 comments · Fixed by #5791
Assignees
Labels
>bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v1.1.1 v1.2.0 v2.0.0-beta1

Comments

@imotov
Copy link
Contributor

imotov commented Apr 13, 2014

The snapshot status request

 curl -XGET "localhost:9200/_snapshot/_status"

returns an error

{"error":"ActionRequestValidationException[Validation Failed: 1: repository is missing;]","status":500}

It should return all a list of currently running snapshots in all repositories instead.

@imotov imotov self-assigned this Apr 13, 2014
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 14, 2014
The snapshot status command with empty repository should return current status of currently running snapshots in all repositories.

Fixes elastic#5790
imotov added a commit that referenced this issue Apr 14, 2014
The snapshot status command with empty repository should return current status of currently running snapshots in all repositories.

Fixes #5790
imotov added a commit that referenced this issue Apr 14, 2014
The snapshot status command with empty repository should return current status of currently running snapshots in all repositories.

Fixes #5790
@clintongormley clintongormley added the :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs label Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
The snapshot status command with empty repository should return current status of currently running snapshots in all repositories.

Fixes elastic#5790
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v1.1.1 v1.2.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants