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 D5B6FD56C for ; Sat, 16 Mar 2013 08:00:20 +0000 (UTC) Received: (qmail 2249 invoked by uid 500); 16 Mar 2013 08:00:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 1843 invoked by uid 500); 16 Mar 2013 08:00:17 -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 1805 invoked by uid 500); 16 Mar 2013 08:00:16 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 1798 invoked by uid 99); 16 Mar 2013 08:00:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 08:00:16 +0000 Date: Sat, 16 Mar 2013 08:00:16 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-4141) InspectorFactories contains static HashMaps which can cause infinite loop 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-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13604158#comment-13604158 ] Hudson commented on HIVE-4141: ------------------------------ Integrated in Hive-trunk-h0.21 #2016 (See [https://builds.apache.org/job/Hive-trunk-h0.21/2016/]) Hive-4141 InspectorFactories use static HashMaps which fail in concurrent modification (Brock Noland via egc) Submitted by: Brock Noland Reviewed by: Edward Capriolo Approved by: Edward Capriolo (Revision 1456756) Result = ABORTED > InspectorFactories contains static HashMaps which can cause infinite loop > ------------------------------------------------------------------------- > > Key: HIVE-4141 > URL: https://issues.apache.org/jira/browse/HIVE-4141 > Project: Hive > Issue Type: Sub-task > Components: Server Infrastructure > Reporter: Brock Noland > Assignee: Brock Noland > Priority: Blocker > Fix For: 0.11.0 > > Attachments: HIVE-4141-1.patch, HIVE-4141-2.patch > > > When many clients hit hs2, hs2 can get stuck in an infinite loop due to concurrent modification of the static maps here: > https://github.com/apache/hive/blob/trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/objectinspector/LazyObjectInspectorFactory.java > and in other ObjectFactories. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira