Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52E3018346 for ; Mon, 16 Nov 2015 20:59:11 +0000 (UTC) Received: (qmail 66480 invoked by uid 500); 16 Nov 2015 20:59:11 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 66447 invoked by uid 500); 16 Nov 2015 20:59:11 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 66420 invoked by uid 99); 16 Nov 2015 20:59:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2015 20:59:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 184852C1F63 for ; Mon, 16 Nov 2015 20:59:11 +0000 (UTC) Date: Mon, 16 Nov 2015 20:59:11 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12271) Add metrics around HS2 query execution and job submission for Hive 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/HIVE-12271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007305#comment-15007305 ] Jimmy Xiang commented on HIVE-12271: ------------------------------------ In one endStoredScope method, you removed the named scope, while in another, you didn't. Is this intentional? Other than that, the patch looks good to me. > Add metrics around HS2 query execution and job submission for Hive > ------------------------------------------------------------------- > > Key: HIVE-12271 > URL: https://issues.apache.org/jira/browse/HIVE-12271 > Project: Hive > Issue Type: Sub-task > Components: HiveServer2 > Affects Versions: 1.2.1 > Reporter: Lenni Kuff > Assignee: Szehon Ho > Attachments: HIVE-12271.2.patch, HIVE-12271.patch > > > We should add more metrics around query execution. Specifically: > * Number of in-use worker threads > * Number of in-use async threads > * Number of queries waiting for compilation > * Stats for query planning / compilation time > * Stats for total job submission time > * Others? -- This message was sent by Atlassian JIRA (v6.3.4#6332)