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 E384F200BB4 for ; Tue, 1 Nov 2016 12:49:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E21B2160AE5; Tue, 1 Nov 2016 11:49:01 +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 5C74F160AF7 for ; Tue, 1 Nov 2016 12:49:01 +0100 (CET) Received: (qmail 4465 invoked by uid 500); 1 Nov 2016 11:48:59 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 4453 invoked by uid 99); 1 Nov 2016 11:48:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 11:48:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 78F022C1F54 for ; Tue, 1 Nov 2016 11:48:59 +0000 (UTC) Date: Tue, 1 Nov 2016 11:48:59 +0000 (UTC) From: "Takuya Kojima (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-4948) Re-connection without explicit new connection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 11:49:02 -0000 [ https://issues.apache.org/jira/browse/DRILL-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takuya Kojima updated DRILL-4948: --------------------------------- Affects Version/s: (was: Future) Fix Version/s: Future > Re-connection without explicit new connection > --------------------------------------------- > > Key: DRILL-4948 > URL: https://issues.apache.org/jira/browse/DRILL-4948 > Project: Apache Drill > Issue Type: Improvement > Components: Client - JDBC > Reporter: Takuya Kojima > Priority: Minor > Fix For: Future > > > Current JDBC driver's behavior is basically need to abort old connection and create new one when lost the connection. > Re-connection by the application is not bad, but traditional DB products(e.g. Postgres, Vertica) JDBC driver can handle it without explicit re-connection. > So, it would be great enhancement for new comer from another DB products world. > See also this closed bug ticket: #4876 -- This message was sent by Atlassian JIRA (v6.3.4#6332)