From dev-return-55998-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Fri Apr 5 14:16:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EB07C18060F for ; Fri, 5 Apr 2019 16:16:02 +0200 (CEST) Received: (qmail 93046 invoked by uid 500); 5 Apr 2019 14:16:02 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 93028 invoked by uid 99); 5 Apr 2019 14:16:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2019 14:16:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 70CD9E2A25 for ; Fri, 5 Apr 2019 14:16:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 105D4245A6 for ; Fri, 5 Apr 2019 14:16:01 +0000 (UTC) Date: Fri, 5 Apr 2019 14:16:01 +0000 (UTC) From: "Josh Elser (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (PHOENIX-2388) Support pooling Phoenix connections MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-2388?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved PHOENIX-2388. --------------------------------- Resolution: Later Closing this to avoid it becoming an arena that people ask questions on. Ca= n reopen if someone is interested in picking up this work, given the=C2=A0d= etails that James mentioned. > Support pooling Phoenix connections > ----------------------------------- > > Key: PHOENIX-2388 > URL: https://issues.apache.org/jira/browse/PHOENIX-2388 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Priority: Major > Attachments: PHOENIX-2388.patch > > > Frequently user are plugging Phoenix into an ecosystem that pools connect= ions. It would be possible to implement a pooling mechanism for Phoenix by = creating a delegate Connection that instantiates a new Phoenix connection w= hen retrieved from the pool and then closes the connection when returning i= t to the pool. -- This message was sent by Atlassian JIRA (v7.6.3#76005)