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

jvm.gc stats fix for 0.90.x #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wyattwalter
Copy link

This one should be what I originally intended for PR 12.

The jvm.gc.time and jvm.gc.count stats were being calculated in version-specific blocks. Where these stats are returned is either unrelated to the ElasticSearch version (and really a function of the jvm), or the style used in the ES 1.0 block is compatible with the 0.90 block.

We have both 1.0 and 0.90 hosts currently and this patch works with both versions, previously it broke with 0.90 servers.

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.

1 participant