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 AD38F200B0F for ; Thu, 2 Jun 2016 12:18:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC37A160A3F; Thu, 2 Jun 2016 10:18: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 16E97160A5D for ; Thu, 2 Jun 2016 12:18:05 +0200 (CEST) Received: (qmail 76019 invoked by uid 500); 2 Jun 2016 10:18:05 -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 75933 invoked by uid 99); 2 Jun 2016 10:18:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 10:18:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 263E22C1F69 for ; Thu, 2 Jun 2016 10:18:05 +0000 (UTC) Date: Thu, 2 Jun 2016 10:18:05 +0000 (UTC) From: "Jesus Camacho Rodriguez (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-12926) Another synchronization issue with tez/llap session pool in hs2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 10:18:10 -0000 [ https://issues.apache.org/jira/browse/HIVE-12926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Camacho Rodriguez updated HIVE-12926: ------------------------------------------- Fix Version/s: (was: 2.1.0) > Another synchronization issue with tez/llap session pool in hs2 > --------------------------------------------------------------- > > Key: HIVE-12926 > URL: https://issues.apache.org/jira/browse/HIVE-12926 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 2.0.0 > Reporter: Siddharth Seth > Assignee: Sergey Shelukhin > Priority: Critical > Fix For: 2.0.0 > > Attachments: HIVE-12926.patch > > > The changes introduced as part of HIVE-12674 causes issues while shutting down hs2 when session pools are used. > {code} > java.util.ConcurrentModificationException > at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966) ~[?:1.8.0_45] > at java.util.LinkedList$ListItr.remove(LinkedList.java:921) ~[?:1.8.0_45] > at org.apache.hadoop.hive.ql.exec.tez.TezSessionPoolManager.stop(TezSessionPoolManager.java:288) ~[hive-exec-2.0.0.2.3.5.0-79.jar:2.0.0.2.3.5.0-79] > at org.apache.hive.service.server.HiveServer2.stop(HiveServer2.java:479) [hive-jdbc-2.0.0.2.3.5.0-79-standalone.jar:2.0.0.2.3.5.0-79] > at org.apache.hive.service.server.HiveServer2$2.run(HiveServer2.java:183) [hive-jdbc-2.0.0.2.3.5.0-79-standalone.jar:2.0.0.2.3.5.0-79] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)