[
https://issues.apache.org/jira/browse/DRILL-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252288#comment-15252288
]
ASF GitHub Bot commented on DRILL-4623:
---------------------------------------
GitHub user sudheeshkatkam opened a pull request:
https://github.com/apache/drill/pull/486
DRILL-4623: Disable epoll transport by default
@jacques-n can you please review?
Note: although this patch disables epoll as default transport, deployments
that use another env file (e.g. `/etc/drill/conf/drill-env.sh`) would use
epoll. Or disabling could be hard coded?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sudheeshkatkam/drill DRILL-4623
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/486.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 #486
----
commit 537b1decd7227ded9a971d2a9d4d62369255fc92
Author: Sudheesh Katkam <[email protected]>
Date: 2016-04-21T17:28:29Z
DRILL-4623: Disable epoll transport by default
----
> Disable Epoll by Default
> ------------------------
>
> Key: DRILL-4623
> URL: https://issues.apache.org/jira/browse/DRILL-4623
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Sudheesh Katkam
> Assignee: Sudheesh Katkam
>
> At higher concurrency (and/or spuriously), we hit [netty issue
> #3539|https://github.com/netty/netty/issues/3539]. This is an issue with the
> version of Netty Drill currently uses. Once Drill moves to a later version of
> Netty, epoll should be reenabled by default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)