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 95C9C200C55 for ; Thu, 13 Apr 2017 19:25:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 94561160BA7; Thu, 13 Apr 2017 17:25: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 DAAA9160B89 for ; Thu, 13 Apr 2017 19:25:46 +0200 (CEST) Received: (qmail 51404 invoked by uid 500); 13 Apr 2017 17:25: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 51383 invoked by uid 99); 13 Apr 2017 17:25:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2017 17:25:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 32AC0D03D7 for ; Thu, 13 Apr 2017 17:25:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 4ThUkm8VPlhC for ; Thu, 13 Apr 2017 17:25:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 01D4860E00 for ; Thu, 13 Apr 2017 17:25: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 21E15E0D68 for ; Thu, 13 Apr 2017 17:25: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 3B4D32408E for ; Thu, 13 Apr 2017 17:25:42 +0000 (UTC) Date: Thu, 13 Apr 2017 17:25:42 +0000 (UTC) From: "Steve Loughran (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: Thu, 13 Apr 2017 17:25:47 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13453?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-13453: ------------------------------------ Status: Patch Available (was: Open) > 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, HADOOP-13453-HAD= OOP-13345-004.patch, HADOOP-13453-HADOOP-13345-005.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