GitHub user dhutchis opened a pull request:
https://github.com/apache/accumulo/pull/112
ACCUMULO-4334 Correct JMX Ingest rate
It's mostly a one-line fix. I would like to change the interface
`TabletServerMBean.getIngest()` to return double instead of long. I didn't do
it here because I don't know if it would break binary compatibility. The
current method is pretty much good enough.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhutchis/accumulo ACCUMULO-4334
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/112.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #112
----
commit acaf0cbe1ccfc4336518c4c089dd0018e2464fbc
Author: Dylan Hutchison <[email protected]>
Date: 2016-06-09T00:17:19Z
ACCUMULO-4334 Correct JMX Ingest
Currently retaining long return type, because I am unsure how it might
affect
binary compatibility.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---