[JBoss JIRA] Closed: (NETTY-197) Provide a way to disable the dead lock checker in DefaultChannelFuture.

Trustin Lee (JIRA) jira-events at lists.jboss.org
Thu Jul 23 21:32:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/NETTY-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee closed NETTY-197.
-----------------------------

    Resolution: Done


Done at revision 1579 - DefaultChannelFuture.is/setUseDeadLockChecker(boolean) were added with an explicit warning.

> Provide a way to disable the dead lock checker in DefaultChannelFuture.
> -----------------------------------------------------------------------
>
>                 Key: NETTY-197
>                 URL: https://jira.jboss.org/jira/browse/NETTY-197
>             Project: Netty
>          Issue Type: Feature Request
>          Components: Core API
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 3.1.0.GA
>
>
> Although it's discouraged to call ChannelFuture.await*() in a ChannelHandler, there is sometimes a case where a user have to do that for the reasons like code simplicity.  DefaultChannelFuture could provide a boolean flag that disables the dead lock check so that a user can disable the dead lock checker temporarily, of course at one's own risk.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the netty-dev mailing list