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

update Cluster\Health properties and its own test #1309

Merged
merged 1 commit into from
May 17, 2017

Conversation

p365labs
Copy link
Collaborator

@p365labs p365labs commented May 16, 2017

since ES 2.0 Cluster Health returns 5 new properties

  • delayed_unassigned_shards
  • number_of_pending_tasks
  • number_of_in_flight_fetch
  • task_max_waiting_in_queue_millis
  • active_shards_percent_as_number

I've implemented the Cluster\Health object coherently to these new properties.

https://www.elastic.co/guide/en/elasticsearch/reference/1.7/cluster-health.html
https://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-health.html

@ruflin
Copy link
Owner

ruflin commented May 17, 2017

LGTM. Can you add a changelog entry?

@p365labs p365labs force-pushed the cluster_state_api_update branch from cafa394 to daeb6a6 Compare May 17, 2017 10:28
@p365labs
Copy link
Collaborator Author

@ruflin done!

@ruflin ruflin merged commit a941cc3 into ruflin:master May 17, 2017
@ruflin
Copy link
Owner

ruflin commented May 17, 2017

thx

@p365labs p365labs deleted the cluster_state_api_update branch May 17, 2017 11:06
mhernik pushed a commit to mhernik/Elastica that referenced this pull request Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants