You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andrew Whang (JIRA)" <ji...@apache.org> on 2017/12/11 21:27:00 UTC

[jira] [Comment Edited] (CASSANDRA-14085) Excessive update of ReadLatency metric in digest calculation

    [ https://issues.apache.org/jira/browse/CASSANDRA-14085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273593#comment-16273593 ] 

Andrew Whang edited comment on CASSANDRA-14085 at 12/11/17 9:27 PM:
--------------------------------------------------------------------

https://github.com/whangsf/cassandra/commit/d6ec955da577da614de0c093625ae175158362c3


was (Author: whangsf):
https://github.com/whangsf/cassandra/commit/2ae3589ce9eefd8699bbd4e29bf1c61a486d394e

> Excessive update of ReadLatency metric in digest calculation
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-14085
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14085
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Metrics
>            Reporter: Andrew Whang
>            Assignee: Andrew Whang
>            Priority: Minor
>             Fix For: 3.0.x, 3.11.x, 4.x
>
>
> We noticed an increase in read latency after upgrading to 3.x, specifically for requests with CL>ONE. It turns out the read latency metric is being doubly updated for digest calculations. This code (https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/db/partitions/UnfilteredPartitionIterators.java#L243) makes an improper copy of an iterator that's wrapped by MetricRecording, whose onClose() records the latency of the execution.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org