[
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 <[email protected]>
Date: 2016-03-09T18:34:26Z
DRILL-4606: HYGIENE
+ Merge DrillAutoCloseables and AuthCloseables
+ Remove unused imports
+ Expand * imports
commit 8cc6bc929b91a9f19f2ed8cbce293db8f86c1e48
Author: Sudheesh Katkam <[email protected]>
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 <[email protected]>
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)