[jboss-jira] [JBoss JIRA] Commented: (JBAS-8487) Upgrade to JGroups 2.10.1
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Oct 5 09:46:41 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555290#action_12555290 ]
Bela Ban commented on JBAS-8487:
--------------------------------
For UFC and MFC: note that the semantics of min_threshold have changed ! For max_credits=1000, min_theshold=0.1 used to mean that a receiver would send new credits as soon as he had received 100 bytes. The new semantics have a receiver send new credits when a sender's credits fall below 100 !
If you want the existing semantics using 2.10.1, you'd need to change min_threshold from 0.1 to 0.9 !
I don't think that's a good idea though, as it'll entail a lot of credit replenishment messages; I suggest a value of 0.5 or 0.6 (default in JGroups)
> Upgrade to JGroups 2.10.1
> -------------------------
>
> Key: JBAS-8487
> URL: https://jira.jboss.org/browse/JBAS-8487
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: 6.0.0.CR1
>
> Attachments: jgroups2.10.1Snapshot.patch
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list