[
https://issues.apache.org/jira/browse/BOOKKEEPER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202218#comment-13202218
]
Hudson commented on BOOKKEEPER-161:
-----------------------------------
Integrated in bookkeeper-trunk #347 (See
[https://builds.apache.org/job/bookkeeper-trunk/347/])
BOOKKEEPER-161: PerChannelBookieClient tries to reuse HashedWheelTimer,
throws Exception (ivank)
ivank :
Files :
* /zookeeper/bookkeeper/trunk/CHANGES.txt
*
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java
> PerChannelBookieClient tries to reuse HashedWheelTimer, throws Exception
> ------------------------------------------------------------------------
>
> Key: BOOKKEEPER-161
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-161
> Project: Bookkeeper
> Issue Type: Bug
> Reporter: Ivan Kelly
> Assignee: Ivan Kelly
> Fix For: 4.1.0
>
> Attachments: BOOKKEEPER-161.diff
>
>
> A hashedWheelTimer can only be stopped once, but in the current
> implementation, only one HashedWheelTimer is used per PerChannelBookieClient
> which can connect and disconnect many time. Currently stop the hashWheelTimer
> any time a channel is disconnected, but only create it once in the
> constructor. This causes exceptions to be thrown in the netty callback thread.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira