CVS update: JGroups/conf fast-local.xml tunnel.xml flush-tcp-nio.xml encrypt.xml auth_fixedlist.xml tcp.xml auth_simple.xml auth_regex.xml tcpgossip.xml mping.xml sequencer.xml compress.xml flush-udp.xml bsh.xml flush-tcp.xml encrypt-entire-message.xml auth_X509.xml EncryptNoKeyStore.xml stacks.xml udp.xml tcp-nio.xml auth_md5.xml sfc.xml
"Bela Ban" <[email protected]> Mon, 20 Sep 2010 14:29:08 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/20 14:29:08
Modified: conf fast-local.xml tunnel.xml flush-tcp-nio.xml
encrypt.xml auth_fixedlist.xml tcp.xml
auth_simple.xml auth_regex.xml tcpgossip.xml
mping.xml sequencer.xml compress.xml flush-udp.xml
bsh.xml flush-tcp.xml encrypt-entire-message.xml
auth_X509.xml EncryptNoKeyStore.xml stacks.xml
udp.xml tcp-nio.xml auth_md5.xml sfc.xml
Log:
changed STABLE.max_credits to 4MB
Revision Changes Path
1.14 +2 -2 JGroups/conf/fast-local.xml
Index: fast-local.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/fast-local.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fast-local.xml 13 Sep 2010 10:51:53 -0000 1.13
+++ fast-local.xml 20 Sep 2010 14:29:08 -0000 1.14
@@ -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.13 2010/09/13 10:51:53 belaban Exp $
+ Version: $Id: fast-local.xml,v 1.14 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -65,7 +65,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="1000000"/>
+ max_bytes="8m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
1.26 +1 -1 JGroups/conf/tunnel.xml
Index: tunnel.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tunnel.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- tunnel.xml 13 Sep 2010 10:51:53 -0000 1.25
+++ tunnel.xml 20 Sep 2010 14:29:08 -0000 1.26
@@ -20,7 +20,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"
view_ack_collection_timeout="5000"/>
1.16 +2 -2 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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- flush-tcp-nio.xml 13 Sep 2010 10:51:53 -0000 1.15
+++ flush-tcp-nio.xml 20 Sep 2010 14:29:08 -0000 1.16
@@ -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.15 2010/09/13 10:51:53 belaban Exp $
+ version: $Id: flush-tcp-nio.xml,v 1.16 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -60,7 +60,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
1.17 +1 -1 JGroups/conf/encrypt.xml
Index: encrypt.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/encrypt.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- encrypt.xml 28 Oct 2009 08:29:37 -0000 1.16
+++ encrypt.xml 20 Sep 2010 14:29:08 -0000 1.17
@@ -13,7 +13,7 @@
<VERIFY_SUSPECT timeout="1500"/>
<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"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="4m"/>
<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" />
1.12 +1 -1 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.12
diff -u -r1.11 -r1.12
--- auth_fixedlist.xml 28 Oct 2009 08:34:15 -0000 1.11
+++ auth_fixedlist.xml 20 Sep 2010 14:29:08 -0000 1.12
@@ -25,7 +25,7 @@
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
- max_bytes="0"/>
+ max_bytes="4m"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.FixedMembershipToken"
fixed_members_value="localhost/1010*localhost/1011"
1.48 +2 -2 JGroups/conf/tcp.xml
Index: tcp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcp.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- tcp.xml 13 Sep 2010 10:51:53 -0000 1.47
+++ tcp.xml 20 Sep 2010 14:29:08 -0000 1.48
@@ -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.47 2010/09/13 10:51:53 belaban Exp $
+ version: $Id: tcp.xml,v 1.48 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -58,7 +58,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400K"/>
+ max_bytes="4M"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
1.11 +1 -1 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.11
diff -u -r1.10 -r1.11
--- auth_simple.xml 8 Feb 2010 07:11:15 -0000 1.10
+++ auth_simple.xml 20 Sep 2010 14:29:08 -0000 1.11
@@ -19,7 +19,7 @@
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
- max_bytes="0"/>
+ max_bytes="4m"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.SimpleToken"
auth_value="chris"/>
1.3 +2 -2 JGroups/conf/auth_regex.xml
Index: auth_regex.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/auth_regex.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- auth_regex.xml 17 Sep 2010 06:02:17 -0000 1.2
+++ auth_regex.xml 20 Sep 2010 14:29:08 -0000 1.3
@@ -5,7 +5,7 @@
Therefore, this configuration will NOT work to cluster members residing on different hosts !
Author: Bela Ban
- Version: $Id: auth_regex.xml,v 1.2 2010/09/17 06:02:17 belaban Exp $
+ Version: $Id: auth_regex.xml,v 1.3 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -74,7 +74,7 @@
discard_delivered_msgs="true"/>
<UNICAST2 timeout="300,600,1200"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="1000000"/>
+ max_bytes="4m"/>
<!--AUTH auth_class="org.jgroups.auth.RegexMembership"
match_string="groucho | marx"
1.26 +11 -11 JGroups/conf/tcpgossip.xml
Index: tcpgossip.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcpgossip.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- tcpgossip.xml 13 Sep 2010 10:51:53 -0000 1.25
+++ tcpgossip.xml 20 Sep 2010 14:29:08 -0000 1.26
@@ -39,17 +39,17 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="discard" />
- <TCPGOSSIP timeout="3000"
- initial_hosts="${jgroups.tunnel.gossip_router_hosts:localhost[12001]}"
- num_initial_members="3" />
- <MERGE2 max_interval="30000" min_interval="10000" />
- <FD timeout="2000" max_tries="4" />
- <VERIFY_SUSPECT timeout="1500" />
- <pbcast.NAKACK use_mcast_xmit="false" gc_lag="100"
- retransmit_timeout="600,1200,2400,4800" />
- <UNICAST timeout="300,600,1200" />
- <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000"
- max_bytes="0" />
+ <TCPGOSSIP timeout="3000"
+ initial_hosts="${jgroups.tunnel.gossip_router_hosts:localhost[12001]}"
+ num_initial_members="3" />
+ <MERGE2 max_interval="30000" min_interval="10000" />
+ <FD timeout="2000" max_tries="4" />
+ <VERIFY_SUSPECT timeout="1500" />
+ <pbcast.NAKACK use_mcast_xmit="false" gc_lag="100"
+ retransmit_timeout="600,1200,2400,4800" />
+ <UNICAST timeout="300,600,1200" />
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000"
+ max_bytes="4m" />
<pbcast.GMS print_local_addr="true" join_timeout="5000" />
<UFC max_credits="2M"
min_threshold="0.4"/>
1.19 +2 -2 JGroups/conf/mping.xml
Index: mping.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/mping.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mping.xml 28 Oct 2009 08:34:15 -0000 1.18
+++ mping.xml 20 Sep 2010 14:29:08 -0000 1.19
@@ -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.19 2010/09/20 14:29:08 belaban Exp $
Author: Bela Ban
-->
@@ -30,7 +30,7 @@
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
- max_bytes="0"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true"
join_timeout="5000"
/>
1.20 +2 -2 JGroups/conf/sequencer.xml
Index: sequencer.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/sequencer.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sequencer.xml 13 Sep 2010 10:51:53 -0000 1.19
+++ sequencer.xml 20 Sep 2010 14:29:08 -0000 1.20
@@ -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.19 2010/09/13 10:51:53 belaban Exp $
+ version: $Id: sequencer.xml,v 1.20 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -56,7 +56,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="1000000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
1.16 +1 -1 JGroups/conf/compress.xml
Index: compress.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/compress.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- compress.xml 28 Oct 2009 08:29:37 -0000 1.15
+++ compress.xml 20 Sep 2010 14:29:08 -0000 1.16
@@ -14,7 +14,7 @@
<VERIFY_SUSPECT timeout="1500"/>
<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"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="4m"/>
<FRAG frag_size="8192" />
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
1.35 +1 -1 JGroups/conf/flush-udp.xml
Index: flush-udp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/flush-udp.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- flush-udp.xml 13 Sep 2010 10:51:53 -0000 1.34
+++ flush-udp.xml 20 Sep 2010 14:29:08 -0000 1.35
@@ -51,7 +51,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000" view_bundling="true"/>
<UFC max_credits="2M"
min_threshold="0.4"/>
1.12 +1 -1 JGroups/conf/bsh.xml
Index: bsh.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/bsh.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bsh.xml 28 Oct 2009 08:29:37 -0000 1.11
+++ bsh.xml 20 Sep 2010 14:29:08 -0000 1.12
@@ -14,7 +14,7 @@
<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"/>
+ desired_avg_gossip="20000" max_bytes="4m"/>
<FRAG frag_size="8192" />
<BSH />
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
1.30 +1 -1 JGroups/conf/flush-tcp.xml
Index: flush-tcp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/flush-tcp.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- flush-tcp.xml 13 Sep 2010 10:51:53 -0000 1.29
+++ flush-tcp.xml 20 Sep 2010 14:29:08 -0000 1.30
@@ -50,7 +50,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="7000"
view_bundling="true"/>
<UFC max_credits="2M"
1.12 +1 -1 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.12
diff -u -r1.11 -r1.12
--- encrypt-entire-message.xml 28 Oct 2009 08:29:37 -0000 1.11
+++ encrypt-entire-message.xml 20 Sep 2010 14:29:08 -0000 1.12
@@ -14,7 +14,7 @@
<ENCRYPT encrypt_entire_message="false" sym_init="128" sym_algorithm="AES/ECB/PKCS5Padding" asym_init="512" asym_algorithm="RSA"/>
<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"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="4m"/>
<FRAG2 frag_size="8192" />
<pbcast.GMS print_local_addr="true" join_timeout="3000" />
</config>
\ No newline at end of file
1.13 +1 -1 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.13
diff -u -r1.12 -r1.13
--- auth_X509.xml 28 Oct 2009 08:29:37 -0000 1.12
+++ auth_X509.xml 20 Sep 2010 14:29:08 -0000 1.13
@@ -24,7 +24,7 @@
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
- max_bytes="0"/>
+ max_bytes="4m"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.X509Token"
auth_value="chris"
1.13 +1 -1 JGroups/conf/EncryptNoKeyStore.xml
Index: EncryptNoKeyStore.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/EncryptNoKeyStore.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- EncryptNoKeyStore.xml 28 Oct 2009 08:29:37 -0000 1.12
+++ EncryptNoKeyStore.xml 20 Sep 2010 14:29:08 -0000 1.13
@@ -13,7 +13,7 @@
<VERIFY_SUSPECT timeout="1500"/>
<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"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000" max_bytes="4m"/>
<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.51 +8 -8 JGroups/conf/stacks.xml
Index: stacks.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/stacks.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- stacks.xml 13 Sep 2010 10:51:53 -0000 1.50
+++ stacks.xml 20 Sep 2010 14:29:08 -0000 1.51
@@ -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.50 2010/09/13 10:51:53 belaban Exp $
+ Version: $Id: stacks.xml,v 1.51 2010/09/20 14:29:08 belaban Exp $
-->
<protocol_stacks>
<stack name="udp"
@@ -50,7 +50,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"/>
@@ -115,7 +115,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"/>
@@ -175,7 +175,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="7000"
view_bundling="true"/>
@@ -239,7 +239,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="7000"
view_bundling="true"/>
@@ -289,7 +289,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"/>
@@ -344,7 +344,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"/>
@@ -374,7 +374,7 @@
discard_delivered_msgs="false"/>
<UNICAST timeout="300,600,1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="5000"
view_bundling="true"
1.48 +2 -2 JGroups/conf/udp.xml
Index: udp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/udp.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- udp.xml 13 Sep 2010 10:51:53 -0000 1.47
+++ udp.xml 20 Sep 2010 14:29:08 -0000 1.48
@@ -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.47 2010/09/13 10:51:53 belaban Exp $
+ version: $Id: udp.xml,v 1.48 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -62,7 +62,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="1M"/>
+ max_bytes="4M"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
<UFC max_credits="2M"
1.22 +2 -2 JGroups/conf/tcp-nio.xml
Index: tcp-nio.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcp-nio.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- tcp-nio.xml 13 Sep 2010 10:51:53 -0000 1.21
+++ tcp-nio.xml 20 Sep 2010 14:29:08 -0000 1.22
@@ -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.21 2010/09/13 10:51:53 belaban Exp $
+ version: $Id: tcp-nio.xml,v 1.22 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -60,7 +60,7 @@
discard_delivered_msgs="true"/>
<UNICAST timeout="300,600,1200" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- max_bytes="400000"/>
+ max_bytes="4m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true"/>
<UFC max_credits="2M"
1.11 +1 -1 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.11
diff -u -r1.10 -r1.11
--- auth_md5.xml 28 Oct 2009 08:29:37 -0000 1.10
+++ auth_md5.xml 20 Sep 2010 14:29:08 -0000 1.11
@@ -25,7 +25,7 @@
<UNICAST timeout="1200,2400,3600"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="20000"
- max_bytes="0"/>
+ max_bytes="4m"/>
<FRAG frag_size="8192"/>
<AUTH auth_class="org.jgroups.auth.MD5Token"
auth_value="chris"
1.16 +2 -2 JGroups/conf/sfc.xml
Index: sfc.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/sfc.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sfc.xml 8 Feb 2010 07:11:15 -0000 1.15
+++ sfc.xml 20 Sep 2010 14:29:08 -0000 1.16
@@ -2,7 +2,7 @@
<!--
Stack which is a copy of udp.xml, but uses SFC (Simple Flow Control) instead of FC
author: Bela Ban
- version: $Id: sfc.xml,v 1.15 2010/02/08 07:11:15 belaban Exp $
+ version: $Id: sfc.xml,v 1.16 2010/09/20 14:29:08 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -54,7 +54,7 @@
discard_delivered_msgs="true" />
<UNICAST timeout="300,600,1200,2400,3600" />
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="500000"
- max_bytes="10000000" />
+ max_bytes="4m" />
<pbcast.GMS print_local_addr="true" join_timeout="3000"
view_bundling="true" />
<SFC max_credits="10000000"/>
------------------------------------------------------------------------------
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