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

Add recovery API endpoint #4637

Closed
aleph-zero opened this issue Jan 7, 2014 · 3 comments
Closed

Add recovery API endpoint #4637

aleph-zero opened this issue Jan 7, 2014 · 3 comments
Assignees
Labels
:Data Management/Indices APIs APIs to create and manage indices and templates >feature v1.1.0 v2.0.0-beta1

Comments

@aleph-zero
Copy link
Contributor

Add a new API endpoint for retrieving the status of on-going recovery operations. This API will report the status of index recovery for the 1.0 snapshot/restore feature, as well as for gateway recoveries.

The API endpoint will live at /_recovery.

@s1monw
Copy link
Contributor

s1monw commented Mar 20, 2014

I looked at the PR and it seems like it's good to go. @aleph-zero @imotov @kimchy can we push it?

@kimchy
Copy link
Member

kimchy commented Mar 20, 2014

++, I reviewed it and it looks good!

@aleph-zero
Copy link
Contributor Author

@s1monw I was afraid to push it; not clear on which 1.x branches it needs to go in. @imotov was going to walk me through it but he had to travel this week.

aleph-zero pushed a commit that referenced this issue Mar 20, 2014
Adds a new API endpoint at /_recovery as well as to the Java API. The
recovery API allows one to see the recovery status of all shards in the
cluster. It will report on percent complete, recovery type, and which
files are copied.

Closes #4637
karmi added a commit to elastic/elasticsearch-ruby that referenced this issue Apr 9, 2014
@clintongormley clintongormley added the :Data Management/Indices APIs APIs to create and manage indices and templates label Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Indices APIs APIs to create and manage indices and templates >feature v1.1.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants