Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5D4E8200AE1 for ; Mon, 6 Jun 2016 14:47:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5C00F160A56; Mon, 6 Jun 2016 12:47:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D15C5160A24 for ; Mon, 6 Jun 2016 14:47:21 +0200 (CEST) Received: (qmail 69375 invoked by uid 500); 6 Jun 2016 12:47:21 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 69361 invoked by uid 99); 6 Jun 2016 12:47:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2016 12:47:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E9AD62C0452 for ; Mon, 6 Jun 2016 12:47:20 +0000 (UTC) Date: Mon, 6 Jun 2016 12:47:20 +0000 (UTC) From: "Jesus Camacho Rodriguez (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13931) Add support for HikariCP and replace BoneCP usage with HikariCP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Jun 2016 12:47:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-13931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316433#comment-15316433 ] Jesus Camacho Rodriguez commented on HIVE-13931: ------------------------------------------------ [~sushanth], if you want to land this in branch-2.1, go ahead and include 2.1.1 as fix version . If we spin another RC, I will change the fix version accordingly. Thanks > Add support for HikariCP and replace BoneCP usage with HikariCP > --------------------------------------------------------------- > > Key: HIVE-13931 > URL: https://issues.apache.org/jira/browse/HIVE-13931 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Sushanth Sowmyan > Assignee: Sushanth Sowmyan > Attachments: HIVE-13931.2.patch, HIVE-13931.patch > > > Currently, we use BoneCP as our primary connection pooling mechanism (overridable by users). However, BoneCP is no longer being actively developed, and is considered deprecated, replaced by HikariCP. > Thus, we should add support for HikariCP, and try to replace our primary usage of BoneCP with it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)