CVS update: JGroups/conf tcp.xml sequencer.xml flush-udp.xml auth_simple.xml tunnel.xml auth_md5.xml flush-tcp-nio.xml compress.xml tcpgossip.xml flush-tcp.xml auth_X509.xml fast-local.xml udp.xml mping.xml encrypt-entire-message.xml tcp-nio.xml auth_fixedlist.xml stacks.xml EncryptNoKeyStore.xml encrypt.xml
"Bela Ban" <[email protected]> Tue, 21 Sep 2010 08:44:13 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/21 08:44:13
Modified: conf Tag: Branch_JGroups_2_10 tcp.xml sequencer.xml
flush-udp.xml auth_simple.xml tunnel.xml
auth_md5.xml flush-tcp-nio.xml compress.xml
tcpgossip.xml flush-tcp.xml auth_X509.xml
fast-local.xml udp.xml mping.xml
encrypt-entire-message.xml tcp-nio.xml
auth_fixedlist.xml stacks.xml EncryptNoKeyStore.xml
encrypt.xml
Log:
changed from FC to MFC/UFC (https://jira.jboss.org/browse/JGRP-1236)
Revision Changes Path
No revision
No revision
1.40.6.1 +5 -3 JGroups/conf/tcp.xml
Index: tcp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcp.xml,v
retrieving revision 1.40
retrieving revision 1.40.6.1
diff -u -r1.40 -r1.40.6.1
--- tcp.xml 18 Dec 2009 09:28:30 -0000 1.40
+++ tcp.xml 21 Sep 2010 08:44:12 -0000 1.40.6.1
@@ -4,7 +4,7 @@
Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
-Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]
author: Bela Ban
- version: $Id: tcp.xml,v 1.40 2009/12/18 09:28:30 belaban Exp $
+ version: $Id: tcp.xml,v 1.40.6.1 2010/09/21 08:44:12 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -57,8 +57,10 @@
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
- <FC max_credits="2M"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60K" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
1.17.4.1 +5 -3 JGroups/conf/sequencer.xml
Index: sequencer.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/sequencer.xml,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -u -r1.17 -r1.17.4.1
--- sequencer.xml 8 Feb 2010 07:11:15 -0000 1.17
+++ sequencer.xml 21 Sep 2010 08:44:12 -0000 1.17.4.1
@@ -3,7 +3,7 @@
Default stack using IP multicasting. It is similar to the "udp"
stack in stacks.xml, but doesn't use streaming state transfer and flushing
author: Bela Ban
- version: $Id: sequencer.xml,v 1.17 2010/02/08 07:11:15 belaban Exp $
+ version: $Id: sequencer.xml,v 1.17.4.1 2010/09/21 08:44:12 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -61,8 +61,10 @@
view_bundling="true"/>
<SEQUENCER />
- <FC max_credits="500000"
- min_threshold="0.20"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<!--pbcast.STREAMING_STATE_TRANSFER /-->
<pbcast.STATE_TRANSFER />
1.32.4.1 +4 -1 JGroups/conf/flush-udp.xml
Index: flush-udp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/flush-udp.xml,v
retrieving revision 1.32
retrieving revision 1.32.4.1
diff -u -r1.32 -r1.32.4.1
--- flush-udp.xml 8 Feb 2010 07:11:15 -0000 1.32
+++ flush-udp.xml 21 Sep 2010 08:44:12 -0000 1.32.4.1
@@ -53,7 +53,10 @@
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
max_bytes="400000"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000" view_bundling="true"/>
- <FC max_credits="500000" min_threshold="0.20"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000"/>
<pbcast.STREAMING_STATE_TRANSFER />
<!-- <pbcast.STATE_TRANSFER/> -->
1.10.4.1 +4 -0 JGroups/conf/auth_simple.xml
Index: auth_simple.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/auth_simple.xml,v
retrieving revision 1.10
retrieving revision 1.10.4.1
diff -u -r1.10 -r1.10.4.1
--- auth_simple.xml 8 Feb 2010 07:11:15 -0000 1.10
+++ auth_simple.xml 21 Sep 2010 08:44:12 -0000 1.10.4.1
@@ -20,6 +20,10 @@
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.SimpleToken"
auth_value="chris"/>
1.23.2.1 +4 -2 JGroups/conf/tunnel.xml
Index: tunnel.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tunnel.xml,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -u -r1.23 -r1.23.2.1
--- tunnel.xml 6 May 2010 14:59:53 -0000 1.23
+++ tunnel.xml 21 Sep 2010 08:44:12 -0000 1.23.2.1
@@ -24,8 +24,10 @@
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"
view_ack_collection_timeout="5000"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000"/>
<pbcast.STATE_TRANSFER/>
<pbcast.FLUSH timeout="0"/>
1.10.6.1 +4 -0 JGroups/conf/auth_md5.xml
Index: auth_md5.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/auth_md5.xml,v
retrieving revision 1.10
retrieving revision 1.10.6.1
diff -u -r1.10 -r1.10.6.1
--- auth_md5.xml 28 Oct 2009 08:29:37 -0000 1.10
+++ auth_md5.xml 21 Sep 2010 08:44:12 -0000 1.10.6.1
@@ -26,6 +26,10 @@
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.MD5Token"
auth_value="chris"
1.13.6.1 +5 -3 JGroups/conf/flush-tcp-nio.xml
Index: flush-tcp-nio.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/flush-tcp-nio.xml,v
retrieving revision 1.13
retrieving revision 1.13.6.1
diff -u -r1.13 -r1.13.6.1
--- flush-tcp-nio.xml 11 Dec 2009 10:45:19 -0000 1.13
+++ flush-tcp-nio.xml 21 Sep 2010 08:44:12 -0000 1.13.6.1
@@ -5,7 +5,7 @@
Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
-Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]".
author: Bela Ban
- version: $Id: flush-tcp-nio.xml,v 1.13 2009/12/11 10:45:19 belaban Exp $
+ version: $Id: flush-tcp-nio.xml,v 1.13.6.1 2010/09/21 08:44:12 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -64,8 +64,10 @@
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<pbcast.FLUSH timeout="0"/>
1.15.6.1 +4 -0 JGroups/conf/compress.xml
Index: compress.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/compress.xml,v
retrieving revision 1.15
retrieving revision 1.15.6.1
diff -u -r1.15 -r1.15.6.1
--- compress.xml 28 Oct 2009 08:29:37 -0000 1.15
+++ compress.xml 21 Sep 2010 08:44:12 -0000 1.15.6.1
@@ -15,6 +15,10 @@
<pbcast.NAKACK use_mcast_xmit="false" gc_lag="50" retransmit_timeout="600,1200,2400,4800"/>
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG frag_size="8192" />
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
1.18.2.1 +6 -3 JGroups/conf/tcpgossip.xml
Index: tcpgossip.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcpgossip.xml,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -r1.18 -r1.18.2.1
--- tcpgossip.xml 6 May 2010 14:59:53 -0000 1.18
+++ tcpgossip.xml 21 Sep 2010 08:44:12 -0000 1.18.2.1
@@ -44,7 +44,10 @@
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000"
max_bytes="0" />
- <pbcast.GMS print_local_addr="true" join_timeout="5000" />
- <FC max_credits="2000000" min_threshold="0.10" />
- <FRAG2 frag_size="60000" />
+ <pbcast.GMS print_local_addr="true" join_timeout="5000" />
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
+ <FRAG2 frag_size="60000" />
</config>
1.27.6.1 +4 -2 JGroups/conf/flush-tcp.xml
Index: flush-tcp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/flush-tcp.xml,v
retrieving revision 1.27
retrieving revision 1.27.6.1
diff -u -r1.27 -r1.27.6.1
--- flush-tcp.xml 11 Dec 2009 10:45:19 -0000 1.27
+++ flush-tcp.xml 21 Sep 2010 08:44:12 -0000 1.27.6.1
@@ -53,8 +53,10 @@
max_bytes="400000"/>
<pbcast.GMS print_local_addr="true" join_timeout="7000"
view_bundling="true"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
1.12.6.1 +4 -0 JGroups/conf/auth_X509.xml
Index: auth_X509.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/auth_X509.xml,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -r1.12 -r1.12.6.1
--- auth_X509.xml 28 Oct 2009 08:29:37 -0000 1.12
+++ auth_X509.xml 21 Sep 2010 08:44:12 -0000 1.12.6.1
@@ -25,6 +25,10 @@
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.X509Token"
auth_value="chris"
1.9.6.1 +5 -3 JGroups/conf/fast-local.xml
Index: fast-local.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/fast-local.xml,v
retrieving revision 1.9
retrieving revision 1.9.6.1
diff -u -r1.9 -r1.9.6.1
--- fast-local.xml 18 Dec 2009 14:50:00 -0000 1.9
+++ fast-local.xml 21 Sep 2010 08:44:13 -0000 1.9.6.1
@@ -5,7 +5,7 @@
Therefore, this configuration will NOT work to cluster members residing on different hosts !
Author: Bela Ban
- Version: $Id: fast-local.xml,v 1.9 2009/12/18 14:50:00 belaban Exp $
+ Version: $Id: fast-local.xml,v 1.9.6.1 2010/09/21 08:44:13 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -63,8 +63,10 @@
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
- <FC max_credits="1M"
- min_threshold="0.20"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="4m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<!--pbcast.STREAMING_STATE_TRANSFER /-->
<pbcast.STATE_TRANSFER />
1.40.4.1 +7 -6 JGroups/conf/udp.xml
Index: udp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/udp.xml,v
retrieving revision 1.40
retrieving revision 1.40.4.1
diff -u -r1.40 -r1.40.4.1
--- udp.xml 8 Feb 2010 07:11:15 -0000 1.40
+++ udp.xml 21 Sep 2010 08:44:13 -0000 1.40.4.1
@@ -3,7 +3,7 @@
Default stack using IP multicasting. It is similar to the "udp"
stack in stacks.xml, but doesn't use streaming state transfer and flushing
author: Bela Ban
- version: $Id: udp.xml,v 1.40 2010/02/08 07:11:15 belaban Exp $
+ version: $Id: udp.xml,v 1.40.4.1 2010/09/21 08:44:13 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -47,7 +47,7 @@
<MERGE2 max_interval="30000"
min_interval="10000"/>
<FD_SOCK/>
- <FD_ALL/>
+ <!-- FD_ALL/ -->
<VERIFY_SUSPECT timeout="1500" />
<BARRIER />
<pbcast.NAKACK use_stats_for_retransmission="false"
@@ -55,14 +55,15 @@
use_mcast_xmit="true" gc_lag="0"
retransmit_timeout="300,600,1200"
discard_delivered_msgs="true"/>
- <UNICAST timeout="300,600,1200"/>
+ <UNICAST2 timeout="300,600,1200"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
max_bytes="1M"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
-
view_bundling="true"/>
- <FC max_credits="500K"
- min_threshold="0.20"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60K" />
<!--pbcast.STREAMING_STATE_TRANSFER /-->
<pbcast.STATE_TRANSFER />
1.18.6.1 +5 -1 JGroups/conf/mping.xml
Index: mping.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/mping.xml,v
retrieving revision 1.18
retrieving revision 1.18.6.1
diff -u -r1.18 -r1.18.6.1
--- mping.xml 28 Oct 2009 08:34:15 -0000 1.18
+++ mping.xml 21 Sep 2010 08:44:13 -0000 1.18.6.1
@@ -2,7 +2,7 @@
<!--
TCP-based stack with IP multicast-based discovery
-Version: $Id: mping.xml,v 1.18 2009/10/28 08:34:15 belaban Exp $
+Version: $Id: mping.xml,v 1.18.6.1 2010/09/21 08:44:13 belaban Exp $
Author: Bela Ban
-->
@@ -34,4 +34,8 @@
<pbcast.GMS print_local_addr="true"
join_timeout="5000"
/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
</config>
1.11.6.1 +4 -0 JGroups/conf/encrypt-entire-message.xml
Index: encrypt-entire-message.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/encrypt-entire-message.xml,v
retrieving revision 1.11
retrieving revision 1.11.6.1
diff -u -r1.11 -r1.11.6.1
--- encrypt-entire-message.xml 28 Oct 2009 08:29:37 -0000 1.11
+++ encrypt-entire-message.xml 21 Sep 2010 08:44:13 -0000 1.11.6.1
@@ -15,6 +15,10 @@
<pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"/>
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="8192" />
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
</config>
\ No newline at end of file
1.19.6.1 +5 -3 JGroups/conf/tcp-nio.xml
Index: tcp-nio.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcp-nio.xml,v
retrieving revision 1.19
retrieving revision 1.19.6.1
diff -u -r1.19 -r1.19.6.1
--- tcp-nio.xml 11 Dec 2009 10:45:19 -0000 1.19
+++ tcp-nio.xml 21 Sep 2010 08:44:13 -0000 1.19.6.1
@@ -5,7 +5,7 @@
Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
-Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]".
author: Bela Ban
- version: $Id: tcp-nio.xml,v 1.19 2009/12/11 10:45:19 belaban Exp $
+ version: $Id: tcp-nio.xml,v 1.19.6.1 2010/09/21 08:44:13 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -64,8 +64,10 @@
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- pbcast.STATE_TRANSFER/> -->
1.11.6.1 +4 -0 JGroups/conf/auth_fixedlist.xml
Index: auth_fixedlist.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/auth_fixedlist.xml,v
retrieving revision 1.11
retrieving revision 1.11.6.1
diff -u -r1.11 -r1.11.6.1
--- auth_fixedlist.xml 28 Oct 2009 08:34:15 -0000 1.11
+++ auth_fixedlist.xml 21 Sep 2010 08:44:13 -0000 1.11.6.1
@@ -26,6 +26,10 @@
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.FixedMembershipToken"
fixed_members_value="localhost/1010*localhost/1011"
1.48.4.1 +20 -12 JGroups/conf/stacks.xml
Index: stacks.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/stacks.xml,v
retrieving revision 1.48
retrieving revision 1.48.4.1
diff -u -r1.48 -r1.48.4.1
--- stacks.xml 8 Feb 2010 07:11:15 -0000 1.48
+++ stacks.xml 21 Sep 2010 08:44:13 -0000 1.48.4.1
@@ -2,7 +2,7 @@
<!--
Sample file that defines a number of stacks, used by the multiplexer
Author: Bela Ban
- Version: $Id: stacks.xml,v 1.48 2010/02/08 07:11:15 belaban Exp $
+ Version: $Id: stacks.xml,v 1.48.4.1 2010/09/21 08:44:13 belaban Exp $
-->
<protocol_stacks>
<stack name="udp"
@@ -54,10 +54,12 @@
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
- <pbcast.STREAMING_STATE_TRANSFER/>
+ <pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
<pbcast.FLUSH timeout="0"/>
</config>
@@ -177,11 +179,13 @@
<pbcast.GMS print_local_addr="true" join_timeout="7000"
view_bundling="true"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
- <!-- <pbcast.STATE_TRANSFER/> -->
+ <!-- <pbcast.STATE_TRANSFER/> -->
<pbcast.FLUSH timeout="0"/>
</config>
</stack>
@@ -289,8 +293,10 @@
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
@@ -373,11 +379,13 @@
view_bundling="true"
view_ack_collection_timeout="5000"/>
- <FC max_credits="2000000"
- min_threshold="0.10"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="60000" />
<!-- <pbcast.STREAMING_STATE_TRANSFER/> -->
- <pbcast.STATE_TRANSFER/>
+ <pbcast.STATE_TRANSFER/>
<pbcast.FLUSH timeout="0"/>
</config>
</stack>
1.12.6.1 +4 -0 JGroups/conf/EncryptNoKeyStore.xml
Index: EncryptNoKeyStore.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/EncryptNoKeyStore.xml,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -r1.12 -r1.12.6.1
--- EncryptNoKeyStore.xml 28 Oct 2009 08:29:37 -0000 1.12
+++ EncryptNoKeyStore.xml 21 Sep 2010 08:44:13 -0000 1.12.6.1
@@ -14,6 +14,10 @@
<pbcast.NAKACK use_mcast_xmit="false" gc_lag="50" retransmit_timeout="600,1200,2400,4800"/>
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="8192" />
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
<ENCRYPT sym_init="56" sym_algorithm="Blowfish" asym_init="512" asym_algorithm="RSA"/>
1.16.6.1 +4 -0 JGroups/conf/encrypt.xml
Index: encrypt.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/encrypt.xml,v
retrieving revision 1.16
retrieving revision 1.16.6.1
diff -u -r1.16 -r1.16.6.1
--- encrypt.xml 28 Oct 2009 08:29:37 -0000 1.16
+++ encrypt.xml 21 Sep 2010 08:44:13 -0000 1.16.6.1
@@ -14,6 +14,10 @@
<pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"/>
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="0"/>
+ <UFC max_credits="2m"
+ min_threshold="0.40"/>
+ <MFC max_credits="2m"
+ min_threshold="0.40"/>
<FRAG2 frag_size="8192" />
<ENCRYPT encrypt_entire_message="false" sym_init="128" sym_algorithm="AES/ECB/PKCS5Padding" asym_init="512" asym_algorithm="RSA"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev