[jboss-jira] [JBoss JIRA] (JGRP-1691) Tunnel socket can be closed allowing for infinite high CPU loop that doesn't realize its closed.
Ben Spink (JIRA)
jira-events at lists.jboss.org
Wed Sep 11 10:33:03 EDT 2013
[ https://issues.jboss.org/browse/JGRP-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803524#comment-12803524 ]
Ben Spink edited comment on JGRP-1691 at 9/11/13 10:31 AM:
-----------------------------------------------------------
Stack trace of where it was at:
GossipData.readFrom(DataInput) line: 118
TUNNEL$StubReceiver.run() line: 224
Thread.run() line: 724
This threw the exception which jumped down to the handling of the exception which just consumed it and did it again.
was (Author: spinkb):
Stack trace of where it was at:
GossipData.readFrom(DataInput) line: 118
TUNNEL$StubReceiver.run() line: 224
Thread.run() line: 724
> 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