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 7B40117208 for ; Thu, 2 Apr 2015 20:57:59 +0000 (UTC) Received: (qmail 99708 invoked by uid 500); 2 Apr 2015 20:57:56 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 99687 invoked by uid 500); 2 Apr 2015 20:57:56 -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 99677 invoked by uid 99); 2 Apr 2015 20:57:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2015 20:57:56 +0000 Date: Thu, 2 Apr 2015 20:57:56 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-10146) Not count session as idle if query is running 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-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HIVE-10146: ------------------------------- Attachment: HIVE-10146.1.patch > Not count session as idle if query is running > --------------------------------------------- > > Key: HIVE-10146 > URL: https://issues.apache.org/jira/browse/HIVE-10146 > Project: Hive > Issue Type: Improvement > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Attachments: HIVE-10146.1.patch > > > Currently, as long as there is no activity, we think the HS2 session is idle. This makes it very hard to set HIVE_SERVER2_IDLE_SESSION_TIMEOUT. If we don't set it long enough, an unattended query could be killed. > We should provide an option to not to count the session as idle if some query is still running. -- This message was sent by Atlassian JIRA (v6.3.4#6332)