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 F1EBD200C67 for ; Mon, 15 May 2017 20:12:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F07A7160BC2; Mon, 15 May 2017 18:12:10 +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 38EE9160BA9 for ; Mon, 15 May 2017 20:12:10 +0200 (CEST) Received: (qmail 14465 invoked by uid 500); 15 May 2017 18:12:09 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 14454 invoked by uid 99); 15 May 2017 18:12:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 May 2017 18:12:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 06817DFD43; Mon, 15 May 2017 18:12:09 +0000 (UTC) From: JamesRTaylor To: dev@phoenix.apache.org Reply-To: dev@phoenix.apache.org References: In-Reply-To: Subject: [GitHub] phoenix pull request #239: Phoenix-3744: Support snapshot scanners for MR-ba... Content-Type: text/plain Message-Id: <20170515181209.06817DFD43@git1-us-west.apache.org> Date: Mon, 15 May 2017 18:12:09 +0000 (UTC) archived-at: Mon, 15 May 2017 18:12:11 -0000 Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/239#discussion_r116562096 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/monitoring/MetricType.java --- @@ -25,6 +25,7 @@ QUERY_TIME("Query times"), NUM_PARALLEL_SCANS("Number of scans that were executed in parallel"), SCAN_BYTES("Number of bytes read by scans"), + SNAPSHOT_SCAN_BYTES("Number of bytes read by snapshot scans"), --- End diff -- Do we need a different metric here? Or would it make more sense to use SCAN_BYTES for the snapshot case too? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---