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 64948103F1 for ; Tue, 11 Feb 2014 02:25:23 +0000 (UTC) Received: (qmail 54689 invoked by uid 500); 11 Feb 2014 02:25:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 54533 invoked by uid 500); 11 Feb 2014 02:25:21 -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 54525 invoked by uid 500); 11 Feb 2014 02:25:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 54522 invoked by uid 99); 11 Feb 2014 02:25:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2014 02:25:21 +0000 Date: Tue, 11 Feb 2014 02:25:21 +0000 (UTC) From: "Szehon Ho (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction 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-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-4996: ---------------------------- Attachment: HIVE-4996.4.patch Addressing review comments + rebase. > unbalanced calls to openTransaction/commitTransaction > ----------------------------------------------------- > > Key: HIVE-4996 > URL: https://issues.apache.org/jira/browse/HIVE-4996 > Project: Hive > Issue Type: Bug > Components: Metastore > Affects Versions: 0.10.0, 0.11.0, 0.12.0 > Environment: hiveserver1 Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode) > Reporter: wangfeng > Assignee: Szehon Ho > Priority: Critical > Labels: hive, metastore > Attachments: HIVE-4996.1.patch, HIVE-4996.2.patch, HIVE-4996.3.patch, HIVE-4996.4.patch, HIVE-4996.patch, hive-4996.path > > Original Estimate: 504h > Remaining Estimate: 504h > > when we used hiveserver1 based on hive-0.10.0, we found the Exception thrown.It was: > FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: commitTransaction was called but openTransactionCalls = 0. This probably indicates that the > re are unbalanced calls to openTransaction/commitTransaction) > FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask > help -- This message was sent by Atlassian JIRA (v6.1.5#6160)