[jboss-jira] [JBoss JIRA] (JGRP-1691) Tunnel socket can be closed allowing for infinite high CPU loop that doesn't realize its closed.

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Sep 11 10:57:03 EDT 2013


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

Bela Ban updated JGRP-1691:
---------------------------

    Git Pull Request: https://github.com/belaban/JGroups/pull/105

    
> Tunnel socket can be closed allowing for infinite high CPU loop that doesn't realize its closed.
> ------------------------------------------------------------------------------------------------
>
>                 Key: JGRP-1691
>                 URL: https://issues.jboss.org/browse/JGRP-1691
>             Project: JGroups
>          Issue Type: Feature Request
>    Affects Versions: 3.3.2
>         Environment: Win 2k8, all
>            Reporter: Ben Spink
>            Assignee: Bela Ban
>            Priority: Blocker
>              Labels: socket, tunnel
>             Fix For: 3.3.6, 3.4
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> Socket apparently gets closed after some time...maybe a week or two, and the tunnel doesn't realize tis closed.  Just keeps throwing socket closed exceptions, which are consumed and it checks if the "stub" is closed, tis not, so it loops again, no delay, CPU shoots to 100%.  Server is unusable.
> Tunnel.java line 246, 247, 248.  Needs to catch a socket closed exception and break, not loop.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list