Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 026011838D for ; Wed, 24 Feb 2016 12:32:25 +0000 (UTC) Received: (qmail 2163 invoked by uid 500); 24 Feb 2016 12:32:18 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 2080 invoked by uid 500); 24 Feb 2016 12:32:18 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 2064 invoked by uid 99); 24 Feb 2016 12:32:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 12:32:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1F25F2C1F57 for ; Wed, 24 Feb 2016 12:32:18 +0000 (UTC) Date: Wed, 24 Feb 2016 12:32:18 +0000 (UTC) From: "Gopal V (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-13143) LLAP: Queue counters need to handle SubmissionState.EVICTED_OTHER MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gopal V created HIVE-13143: ------------------------------ Summary: LLAP: Queue counters need to handle SubmissionState.EVICTED_OTHER Key: HIVE-13143 URL: https://issues.apache.org/jira/browse/HIVE-13143 Project: Hive Issue Type: Bug Components: llap Affects Versions: 2.1.0 Reporter: Gopal V {code} if (submissionState.equals(Scheduler.SubmissionState.REJECTED)) { ... } metrics.incrExecutorTotalRequestsHandled(); metrics.incrExecutorNumQueuedRequests(); {code} Means when a task evicts another task, the metrics aren't updated to indicate eviction from the wait queue - the queue counters keeps climbing without going down. -- This message was sent by Atlassian JIRA (v6.3.4#6332)