You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gary Helmling (JIRA)" <ji...@apache.org> on 2017/02/07 21:26:41 UTC

[jira] [Created] (HBASE-17611) Thrift 2 per-call latency metrics are capped at ~ 2 seconds

Gary Helmling created HBASE-17611:
-------------------------------------

             Summary: Thrift 2 per-call latency metrics are capped at ~ 2 seconds
                 Key: HBASE-17611
                 URL: https://issues.apache.org/jira/browse/HBASE-17611
             Project: HBase
          Issue Type: Bug
          Components: metrics, Thrift
            Reporter: Gary Helmling
            Assignee: Gary Helmling
             Fix For: 1.3.1


Thrift 2 latency metrics are measured in nanoseconds.  However, the duration used for per-method latencies is cast to an int, meaning the values are capped at 2.147 seconds.  Let's use a long instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)