[infinispan-issues] [JBoss JIRA] (ISPN-3334) Default jgroups-tcp.xml configuration could result in JGroups lock
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Fri Aug 2 15:08:29 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei updated ISPN-3334:
-------------------------------
Fix Version/s: 6.0.0.Alpha3
(was: 6.0.0.Alpha2)
> Default jgroups-tcp.xml configuration could result in JGroups lock
> ------------------------------------------------------------------
>
> Key: ISPN-3334
> URL: https://issues.jboss.org/browse/ISPN-3334
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.3.0.Final
> Reporter: Ray Tsang
> Assignee: Mircea Markus
> Fix For: 6.0.0.Alpha3, 6.0.0.Final
>
>
> In default jgroups-tcp.xml [1]:
> <MFC max_credits="200k" min_threshold="0.20"/>
> <FRAG2 frag_size="60000"/>
> According to JGRP-1659 [2]:
> * Either set FRAG2.frag_size to be less than MFC.min_threshold * MFC.max_credits (=40k), e.g. to 20k, or
> * Increase max_credits or min_threshold, such that their product is greater than FRAG2.frag_size
> Recommend updating default jgroups-tcp.xml accordingly.
> [1] https://github.com/infinispan/infinispan/blob/master/core/src/main/resources/jgroups-tcp.xml
> [2] https://issues.jboss.org/browse/JGRP-1659
--
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 infinispan-issues
mailing list