[
https://issues.apache.org/jira/browse/TAJO-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14135090#comment-14135090
]
ASF GitHub Bot commented on TAJO-1040:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/141
TAJO-1040: Misuse netty HashedWheelTimer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1040
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/141.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 #141
----
commit 079afdc1ee5175ff1e72360ee7d9ec49795aeb61
Author: jhkim <[email protected]>
Date: 2014-09-16T07:31:40Z
TAJO-1040: Misuse netty HashedWheelTimer.
----
> Misuse netty HashedWheelTimer
> -----------------------------
>
> Key: TAJO-1040
> URL: https://issues.apache.org/jira/browse/TAJO-1040
> Project: Tajo
> Issue Type: Improvement
> Reporter: Jinho Kim
> Assignee: Jinho Kim
>
> HashedWheelTimer creates a new thread whenever it is instantiated and
> started. Therefore, We should to share the instance
> refer to http://netty.io/3.6/api/org/jboss/netty/util/HashedWheelTimer.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)