[jboss-cvs] JBossAS SVN: r77410 - in projects/docs/enterprise: 4.3.3/Server_Configuration_Guide/en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Aug 25 02:11:36 EDT 2008
Author: irooskov at redhat.com
Date: 2008-08-25 02:11:36 -0400 (Mon, 25 Aug 2008)
New Revision: 77410
Modified:
projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
Log:
updated documentation has been added to the Clustering Guide JBoss Cache JGroups. Most was already in the community version, however 1 configurable option was not - "max_block_time", this has also now been included. This resloves the JIRA issue: JBPAPP-863
Modified: projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml 2008-08-25 05:54:49 UTC (rev 77409)
+++ projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml 2008-08-25 06:11:36 UTC (rev 77410)
@@ -891,6 +891,10 @@
<para><emphasis role="bold">min_threshold</emphasis> specifies percentage value of the
threshold. It overrides the <literal>min_credits</literal> attribute.</para>
</listitem>
+ <listitem>
+ <para><emphasis role="bold">min_block_time</emphasis> specifies the max time (in ms) a sender blocks. If a sender is blocking, and no credits have been received after 5 seconds, then it sends an explicit credit request to the receivers whose credits are currently below 0, until it receives credits from all members whose credits are below 0.
+ </para>
+ </listitem>
</itemizedlist>
<note><title>Note</title>
Modified: projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml 2008-08-25 05:54:49 UTC (rev 77409)
+++ projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml 2008-08-25 06:11:36 UTC (rev 77410)
@@ -891,6 +891,10 @@
<para><emphasis role="bold">min_threshold</emphasis> specifies percentage value of the
threshold. It overrides the <literal>min_credits</literal> attribute.</para>
</listitem>
+ <listitem>
+ <para><emphasis role="bold">min_block_time</emphasis> specifies the max time (in ms) a sender blocks. If a sender is blocking, and no credits have been received after 5 seconds, then it sends an explicit credit request to the receivers whose credits are currently below 0, until it receives credits from all members whose credits are below 0.
+ </para>
+ </listitem>
</itemizedlist>
<note><title>Note</title>
More information about the jboss-cvs-commits
mailing list