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. #4802

Closed
wants to merge 6 commits into from
Closed

Add Recovery API. #4802

wants to merge 6 commits into from

Conversation

aleph-zero
Copy link
Contributor

Adds a new API endpoint at /_recovery which can be used to report on the
status of recovering index shards and replicas. All types of recoveries
will be reported: gateway, peer, and snapshot. Pertinent details such as
percent recovered, bytes recovered, and recovery type will be reported
along with recovery status.

Closes #4637

Adds a new API endpoint at /_recovery which can be used to report on the
status of recovering index shards and replicas. All types of recoveries
will be reported: gateway, peer, and snapshot. Pertinent details such as
percent recovered, bytes recovered, and recovery type will be reported
along with recovery status.

Closes #4637
@kimchy
Copy link
Member

kimchy commented Jan 20, 2014

this is a great start!. Since we want to remove the status API completely, I think we should have a transport level implementation of a dedicated recovery API as well.

Andrew Selden added 5 commits January 20, 2014 12:48
Adds documentation for the /_recovery API endpoint.
Boilerplate code for full implementation of recovery API.
Working version of full recovery info.
Need to finish a few refactorings, perhaps add a few more metrics,
and document.
@aleph-zero aleph-zero closed this Mar 7, 2014
@aleph-zero aleph-zero deleted the 4637 branch October 21, 2014 23:39
@clintongormley clintongormley added >feature v1.1.0 v2.0.0-beta1 :Data Management/Indices APIs APIs to create and manage indices and templates labels 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 this pull request may close these issues.

Add recovery API endpoint
3 participants