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 D0210200B2B for ; Mon, 13 Jun 2016 18:22:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CD105160A3C; Mon, 13 Jun 2016 16:22:22 +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 294FE160A1A for ; Mon, 13 Jun 2016 18:22:22 +0200 (CEST) Received: (qmail 61955 invoked by uid 500); 13 Jun 2016 16:22:21 -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 61929 invoked by uid 99); 13 Jun 2016 16:22:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2016 16:22:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 25C122C1F68 for ; Mon, 13 Jun 2016 16:22:21 +0000 (UTC) Date: Mon, 13 Jun 2016 16:22:21 +0000 (UTC) From: "Siddharth Seth (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HIVE-14003) queries running against llap hang at times - preemption issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Jun 2016 16:22:23 -0000 [ https://issues.apache.org/jira/browse/HIVE-14003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327672#comment-15327672 ] Siddharth Seth edited comment on HIVE-14003 at 6/13/16 4:21 PM: ---------------------------------------------------------------- Patch to fix the issue mentioned below. I've left some TODOs in the code, which will likely be fixed in subsequent jiras. Need information from someone more familiar with the code. (Some of the comments read TODO: reviewer - those specifically need more info, ideally on RB) Any operation which can block - e.g. processorContext.waitTillReady within the hive codebase has the potential to lead to problems like this. To be fixed in subsequent jiras. Some have been identified in the patch. cc [~prasanth_j], [~sershe] was (Author: sseth): Patch to fix the issue mentioned below. I've left some TODOs in the code, which will likely be fixed in subsequent jiras. Need information from someone more familiar with the code. (Some of the comments read TODO: reviewer - those specifically need more info, ideally on RB) cc [~prasanth_j], [~sershe] > queries running against llap hang at times - preemption issues > -------------------------------------------------------------- > > Key: HIVE-14003 > URL: https://issues.apache.org/jira/browse/HIVE-14003 > Project: Hive > Issue Type: Bug > Components: llap > Affects Versions: 2.1.0 > Reporter: Takahiko Saito > Assignee: Siddharth Seth > Attachments: HIVE-14003.01.patch > > > The preemption logic in the Hive processor needs some more work. There are definitely windows where the abort flag is completely dropped within the Hive processor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)