Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B257F200C37 for ; Sun, 19 Mar 2017 09:07:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A60D2160B7D; Sun, 19 Mar 2017 08:07:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EF36A160B6E for ; Sun, 19 Mar 2017 09:07:46 +0100 (CET) Received: (qmail 24559 invoked by uid 500); 19 Mar 2017 08:07:46 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 24548 invoked by uid 99); 19 Mar 2017 08:07:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Mar 2017 08:07:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 626C5185F17 for ; Sun, 19 Mar 2017 08:07:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 8TdnSp7WV6xB for ; Sun, 19 Mar 2017 08:07:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2B0C35F3BF for ; Sun, 19 Mar 2017 08:07:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 31CFAE030D for ; Sun, 19 Mar 2017 08:07:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6530D254C9 for ; Sun, 19 Mar 2017 08:07:42 +0000 (UTC) Date: Sun, 19 Mar 2017 08:07:42 +0000 (UTC) From: "Ai Deng (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13453) S3Guard: Instrument new functionality with Hadoop metrics. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 19 Mar 2017 08:07:47 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13453?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ai Deng updated HADOOP-13453: ----------------------------- Attachment: HADOOP-13453-HADOOP-13345-003.patch > S3Guard: Instrument new functionality with Hadoop metrics. > ---------------------------------------------------------- > > Key: HADOOP-13453 > URL: https://issues.apache.org/jira/browse/HADOOP-13453 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Reporter: Chris Nauroth > Assignee: Ai Deng > Attachments: HADOOP-13453-HADOOP-13345-001.patch, HADOOP-13453-HA= DOOP-13345-002.patch, HADOOP-13453-HADOOP-13345-003.patch > > > Provide Hadoop metrics showing operational details of the S3Guard impleme= ntation. > The metrics will be implemented in this ticket: > =E2=97=8F S3GuardRechecksNthPercentileLatency (MutableQuantiles) =C2=AD= =E2=80=8B Percentile time spent > in=C2=A0rechecks=C2=A0attempting to achieve consistency. Repeated for mul= tiple percentile values > of=C2=A0N.=C2=A0=C2=A0This=C2=A0metric=C2=A0is=C2=A0an indicator=C2=A0of = the additional latency=C2=A0cost of running S3A with > S3Guard. > =E2=97=8F S3GuardRechecksNumOps (MutableQuantiles)=C2=A0=C2=AD=E2=80=8B N= umber of times=C2=A0a consistency > recheck=C2=A0was=C2=A0required while attempting to achieve consistency. > =E2=97=8F S3GuardStoreNthPercentileLatency (MutableQuantiles) =C2=AD=E2= =80=8B Percentile time spent in > operations=C2=A0against the consistent store, including both write operat= ions=C2=A0during file system > mutations=C2=A0and=C2=A0read operations=C2=A0during file system=C2=A0cons= istency=C2=A0checks. Repeated for > multiple=C2=A0percentile=C2=A0values=C2=A0of N. This=C2=A0metric=C2=A0is= =C2=A0an indicator of latency=C2=A0to the consistent > store=C2=A0implementation. > =E2=97=8F S3GuardConsistencyStoreNumOps (MutableQuantiles) =C2=AD=E2=80= =8B Number of operations > against=C2=A0the=C2=A0consistent store, including both write operations= =C2=A0during file system mutations > and=C2=A0read=C2=A0operations=C2=A0during file system=C2=A0consistency=C2= =A0checks. > =E2=97=8F S3GuardConsistencyStoreFailures (MutableCounterLong) =C2=AD=E2= =80=8B Number of failures > during=C2=A0operations=C2=A0against the consistent store implementation. > =E2=97=8F S3GuardConsistencyStoreTimeouts (MutableCounterLong) =C2=AD=E2= =80=8B Number of timeouts > during=C2=A0operations=C2=A0against the consistent store implementation. > =E2=97=8F S3GuardInconsistencies (MutableCounterLong)=C2=A0=C2=AD=C2=A0C= =E2=80=8B ount of times=C2=A0S3Guard failed to > achieve=C2=A0consistency, even after=C2=A0exhausting all rechecks. A high= count may=C2=A0indicate > unexpected=C2=A0out=C2=ADof=C2=ADband modification of the S3 bucket conte= nts, such as=C2=A0by=C2=A0an external > tool=C2=A0that=C2=A0does=C2=A0not make corresponding updates=C2=A0to the = consistent store. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org