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 45C10D27A for ; Sat, 15 Sep 2012 08:58:18 +0000 (UTC) Received: (qmail 99175 invoked by uid 500); 15 Sep 2012 08:58:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 98577 invoked by uid 500); 15 Sep 2012 08:58:10 -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 98519 invoked by uid 500); 15 Sep 2012 08:58:08 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 98504 invoked by uid 99); 15 Sep 2012 08:58:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Sep 2012 08:58:07 +0000 Date: Sat, 15 Sep 2012 19:58:07 +1100 (NCT) From: "rohithsharma (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <394443919.83913.1347699487669.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HIVE-3469) When new hive cluster is started, hive jdbc client hangs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 rohithsharma created HIVE-3469: ---------------------------------- Summary: When new hive cluster is started, hive jdbc client hangs. Key: HIVE-3469 URL: https://issues.apache.org/jira/browse/HIVE-3469 Project: Hive Issue Type: Bug Components: Clients, Metastore, Thrift API Environment: Hadoop-2.0.1 + Hive-0.9.0 Reporter: rohithsharma The scenario is as follows : For the new hive cluster , when multiple hive client is getting the connection for hive server , there are 3 problems in metastore , hive client. 1. Since the derby is booted at first connection, multiple client try to create database.One of the client succeed and another one throw exception because of *unique primary constraint* in metatables. 2. Once the Runtime exception is throw, the hive client which is made connection request will hang forever. 3. Potentially "ConcurrentModificationException" is thrown by JDOQuery. -- 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