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 4FF25E10E for ; Sun, 17 Feb 2013 14:19:20 +0000 (UTC) Received: (qmail 2789 invoked by uid 500); 17 Feb 2013 14:19:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 2533 invoked by uid 500); 17 Feb 2013 14:19:16 -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 2481 invoked by uid 500); 17 Feb 2013 14:19:14 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 2477 invoked by uid 99); 17 Feb 2013 14:19:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2013 14:19:14 +0000 Date: Sun, 17 Feb 2013 14:19:14 +0000 (UTC) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4000) Hive client goes into infinite loop at 100% cpu 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-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4000: ------------------------------ Attachment: HIVE-4000.D8493.2.patch omalley updated the revision "HIVE-4000 [jira] Hive client goes into infinite loop at 100% cpu". Fixed a couple of spots where the id was null and caused problems for the hashmap. Reviewers: ashutoshc, JIRA REVISION DETAIL https://reviews.facebook.net/D8493 CHANGE SINCE LAST DIFF https://reviews.facebook.net/D8493?vs=27561&id=27903#toc BRANCH hive-4000 ARCANIST PROJECT hive AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java ql/src/java/org/apache/hadoop/hive/ql/history/HiveHistory.java serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java To: JIRA, ashutoshc, omalley Cc: brock > Hive client goes into infinite loop at 100% cpu > ----------------------------------------------- > > Key: HIVE-4000 > URL: https://issues.apache.org/jira/browse/HIVE-4000 > Project: Hive > Issue Type: Bug > Affects Versions: 0.9.0 > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Fix For: 0.10.1 > > Attachments: HIVE-4000.D8493.1.patch, HIVE-4000.D8493.2.patch > > > The Hive client starts multiple threads to track the progress of the MapReduce jobs. Unfortunately those threads access several static HashMaps that are not protected by locks. When the HashMaps are modified, they sometimes cause race conditions that lead to the client threads getting stuck in infinite loops. -- 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