[jboss-jira] [JBoss JIRA] (AS7-4930) Better JGroups defaults
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Thu May 31 11:10:19 EDT 2012
Tristan Tarrant created AS7-4930:
------------------------------------
Summary: Better JGroups defaults
Key: AS7-4930
URL: https://issues.jboss.org/browse/AS7-4930
Project: Application Server 7
Issue Type: Enhancement
Components: Clustering
Affects Versions: 7.1.2.Final (EAP)
Reporter: Tristan Tarrant
Assignee: Paul Ferraro
The JGroups subsystem needs optimal defaults out of the box, that are also good for derived products (e.g. JDG), both for protocols and thread pools.
Use a bounded thread pool for the default executor
core-size==number of members (32 for JDG)
max-threads = 1.5*core-size
oob should be queueless
AS7 protocol list (UDP): PING, MERGE2, FD_SOCK, FD, VERIFY_SUSPECT, BARRIER, pbcast.NAKACK, UNICAST2, pbcast.STABLE, pbcast.GMS, UFC, MFC, FRAG2, RSVP
JDG protocol list (UDP): PING, MERGE2, FD_SOCK, FD_ALL, pbcast.NAKACK, UNICAST2, pbcast.STABLE, pbcast.GMS, UFC, MFC, FRAG2, RSVP
AS7 protocol list (TCP): MPING, MERGE2, FD_SOCK, FD, VERIFY_SUSPECT, BARRIER, pbcast.NAKACK, UNICAST2, pbcast.STABLE, pbcast.GMS, UFC, MFC, FRAG2, RSVP
JDG protocol list (TCP): MPING, MERGE2, FD_SOCK, FD, VERIFY_SUSPECT, pbcast.NAKACK, UNICAST2, pbcast.STABLE, pbcast.GMS, UFC, MFC, FRAG2, RSVP
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list