Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8582177C1 for ; Fri, 3 Oct 2014 17:34:55 +0000 (UTC) Received: (qmail 83764 invoked by uid 500); 3 Oct 2014 17:34:54 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 83735 invoked by uid 500); 3 Oct 2014 17:34:54 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 83709 invoked by uid 99); 3 Oct 2014 17:34:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 17:34:54 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Oct 2014 17:34:53 +0000 Received: (qmail 82018 invoked by uid 99); 3 Oct 2014 17:34:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 17:34:33 +0000 Date: Fri, 3 Oct 2014 17:34:33 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1484) Closing DrillClient should shutdown underlying EventLoopGroup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanifi Gunes updated DRILL-1484: -------------------------------- Assignee: DrillCommitter (was: Hanifi Gunes) > Closing DrillClient should shutdown underlying EventLoopGroup > ------------------------------------------------------------- > > Key: DRILL-1484 > URL: https://issues.apache.org/jira/browse/DRILL-1484 > Project: Apache Drill > Issue Type: Bug > Reporter: Hanifi Gunes > Assignee: DrillCommitter > Attachments: DRILL-1484.1.patch.txt > > > DrillClient creates a UserClient as delegate on connect call. A new EventLoopGroup is created per UserClient. We must make sure to shutdown executors else we will leak an executor for each user connection. -- This message was sent by Atlassian JIRA (v6.3.4#6332)