Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54C6A189CB for ; Mon, 25 Jan 2016 20:50:40 +0000 (UTC) Received: (qmail 98502 invoked by uid 500); 25 Jan 2016 20:50:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98407 invoked by uid 500); 25 Jan 2016 20:50:40 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 98373 invoked by uid 99); 25 Jan 2016 20:50:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2016 20:50:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EECB92C1F57 for ; Mon, 25 Jan 2016 20:50:39 +0000 (UTC) Date: Mon, 25 Jan 2016 20:50:39 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15160) Put back HFile's HDFS op latency sampling code and add metrics for monitoring MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116003#comment-15116003 ] Elliott Clark commented on HBASE-15160: --------------------------------------- Rather than storing the times, we should just put them into a histogram in the metrics system. Something like compaction time does. > Put back HFile's HDFS op latency sampling code and add metrics for monitoring > ----------------------------------------------------------------------------- > > Key: HBASE-15160 > URL: https://issues.apache.org/jira/browse/HBASE-15160 > Project: HBase > Issue Type: Sub-task > Affects Versions: 2.0.0, 1.1.2 > Reporter: Yu Li > Assignee: Yu Li > Attachments: HBASE-15160.patch > > > In HBASE-11586 all HDFS op latency sampling code, including fsReadLatency, fsPreadLatency and fsWriteLatency, have been removed. There was some discussion about putting them back in a new JIRA but never happened. According to our experience, these metrics are useful to judge whether issue lies on HDFS when slow request occurs, so we propose to put them back in this JIRA, and add the metrics for monitoring as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)