[jboss-jira] [JBoss JIRA] Created: (JBAS-6604) Use FD_ALL in UDP stacks

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Mar 10 11:24:22 EDT 2009


Use FD_ALL in UDP stacks
------------------------

                 Key: JBAS-6604
                 URL: https://jira.jboss.org/jira/browse/JBAS-6604
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: JBossAS-5.1.0.CR1


Per Bela, UDP based stacks should use FD_ALL instead of FD.  TCP based stacks should not.

FD_ALL works better in cases where X > 1 nodes fail; with FD it will take X * the failure timeout to suspect the Xth node. E.g. 3 nodes C, D, E fail, 30 sec failure timeout, it will be 90 secs before the failure of E is discovered.

-- 
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