[jboss-jira] [JBoss JIRA] Commented: (JGRP-852) GossipRouter/GossipClient: make sockets use SO_TIMEOUT and SO_LINGER
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Oct 29 12:11:31 EDT 2008
[ https://jira.jboss.org/jira/browse/JGRP-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436021#action_12436021 ]
Bela Ban commented on JGRP-852:
-------------------------------
Also use socket connection timeouts in GossipClient, or else a client would be blocked on connect if there was a partition. Hmm, maybe not such a big issue as blocking on the server side...
> GossipRouter/GossipClient: make sockets use SO_TIMEOUT and SO_LINGER
> --------------------------------------------------------------------
>
> Key: JGRP-852
> URL: https://jira.jboss.org/jira/browse/JGRP-852
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 2.6.6, 2.7
>
>
> This way, neither the GossipRouter nor the clients will block on a socket read forever (SO_TIMEOUT). Same for socket close (SO_LINGER). Make the timeouts configurable (0 means block forever).
--
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 jboss-jira
mailing list