[
https://issues.apache.org/jira/browse/ACCUMULO-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323273#comment-15323273
]
Christopher Tubbs commented on ACCUMULO-4334:
---------------------------------------------
Either way, the release manager is going to re-tag any 1.7.3 resolved issues as
1.7.2, and bump any unresolved 1.7.2 issues to 1.7.3, before they cut an RC.
So, it doesn't really matter how it's labeled at this point. The patch could be
pulled in at any time.
> TabletServerMetricsUtil.getIngest should return ingest rate not entries in
> memory
> ---------------------------------------------------------------------------------
>
> Key: ACCUMULO-4334
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4334
> Project: Accumulo
> Issue Type: Bug
> Affects Versions: 1.6.5
> Reporter: Roshan Punnoose
> Assignee: Dylan Hutchison
> Priority: Minor
> Fix For: 1.6.6, 1.7.2, 1.8.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> TabletServerMetricsUtil getIngest should return ingest rate not entries in
> memory.
> Currently, the utility TabletServerMetricsUtil that exposes ingest rate is
> calculating the rate as entries in memory for each node. This should be
> changed to something more akin to:
> https://github.com/apache/accumulo/blob/master/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java#L1410.
> Which will calculate the ingest rate per tablet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)