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 225C5F567 for ; Mon, 25 Mar 2013 10:43:28 +0000 (UTC) Received: (qmail 33250 invoked by uid 500); 25 Mar 2013 10:43:26 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 31664 invoked by uid 500); 25 Mar 2013 10:43:20 -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 31565 invoked by uid 500); 25 Mar 2013 10:43:17 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 31535 invoked by uid 99); 25 Mar 2013 10:43:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 10:43:16 +0000 Date: Mon, 25 Mar 2013 10:43:16 +0000 (UTC) From: "Sivaramakrishnan Narayanan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-4226) Cleanup non-threadsafe code in Hive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sivaramakrishnan Narayanan created HIVE-4226: ------------------------------------------------ Summary: Cleanup non-threadsafe code in Hive Key: HIVE-4226 URL: https://issues.apache.org/jira/browse/HIVE-4226 Project: Hive Issue Type: Improvement Reporter: Sivaramakrishnan Narayanan There is some code in Hive that is not threadsafe. These usually bubble up as problems in Hive Server. This JIRA tracks fixing (hopefully, all) of these issues. Some context: we've implemented a multi-tenant (multiple dbs), multi-threaded hive server at Qubole (QHS) which is running in production for a couple of months now. As part of this effort, we've fixed a number of instances of non-threadsafe code. I'm looking to contribute this back to the community. Note that there is no new functionality here - just some better hygiene. If there are any stress tests that have revealed hive server bugs in the past, it will be great if they can be added to the jira. Also, this is my first attempt at contributing to Apache, so please forgive any mistakes. -- 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