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 44C24200B6B for ; Thu, 11 Aug 2016 01:02:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3A24C160AB7; Wed, 10 Aug 2016 23:02: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 8C421160AA4 for ; Thu, 11 Aug 2016 01:02:21 +0200 (CEST) Received: (qmail 46291 invoked by uid 500); 10 Aug 2016 23:02:20 -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 46271 invoked by uid 99); 10 Aug 2016 23:02:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 23:02:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9B33A2C029E for ; Wed, 10 Aug 2016 23:02:20 +0000 (UTC) Date: Wed, 10 Aug 2016 23:02:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4841) Use user server event loop group for web clients MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 23:02:22 -0000 [ https://issues.apache.org/jira/browse/DRILL-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416175#comment-15416175 ] ASF GitHub Bot commented on DRILL-4841: --------------------------------------- GitHub user sudheeshkatkam opened a pull request: https://github.com/apache/drill/pull/565 DRILL-4841: Use server event loop for web clients @parthchandra please review (just the third commit). You can merge this pull request into a Git repository by running: $ git pull https://github.com/sudheeshkatkam/drill DRILL-4841 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/565.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #565 ---- commit 0889aa65023abf94c865589b7e4f5aae5baa9c6a Author: Sudheesh Katkam Date: 2016-03-09T18:34:26Z DRILL-4606: HYGIENE + Merge DrillAutoCloseables and AuthCloseables + Remove unused imports + Expand * imports commit 8cc6bc929b91a9f19f2ed8cbce293db8f86c1e48 Author: Sudheesh Katkam Date: 2016-04-15T05:25:02Z DRILL-4606: CORE + Add DrillClient.Builder helper class to create DrillClient objects + Deprecate 8 constructors and DrillClientFactory + Reorganize and document DrillClient commit b5ee0fb6e2fd99c5e700a60261d8990642350983 Author: Sudheesh Katkam Date: 2016-08-10T22:39:41Z DRILL-4841: Use server event loop for web clients ---- > Use user server event loop group for web clients > ------------------------------------------------ > > Key: DRILL-4841 > URL: https://issues.apache.org/jira/browse/DRILL-4841 > Project: Apache Drill > Issue Type: Improvement > Components: Client - HTTP > Reporter: Sudheesh Katkam > Assignee: Sudheesh Katkam > Priority: Minor > > Currently we spawn an event loop group for handling requests from clients. This group should also be used to handles responses (from server) for web clients. -- This message was sent by Atlassian JIRA (v6.3.4#6332)