CVS update: JGroups/conf tunnel.xml fast-local.xml flush-tcp-nio.xml tcp.xml tcpgossip.xml sequencer.xml flush-udp.xml flush-tcp.xml stacks.xml udp.xml tcp-nio.xml jboss-service.xml
"Bela Ban" <[email protected]>
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/08/12 14:45:25
Modified: conf tunnel.xml fast-local.xml flush-tcp-nio.xml tcp.xml
tcpgossip.xml sequencer.xml flush-udp.xml
flush-tcp.xml stacks.xml udp.xml tcp-nio.xml
jboss-service.xml
Log:
defaulting min_threshold to 0.6
Revision Changes Path
1.24 +1 -1 JGroups/conf/tunnel.xml
Index: tunnel.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tunnel.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- tunnel.xml 6 May 2010 14:59:53 -0000 1.23
+++ tunnel.xml 12 Aug 2010 14:45:24 -0000 1.24
@@ -25,7 +25,7 @@
view_bundling="true"
view_ack_collection_timeout="5000"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000"/>
<pbcast.STATE_TRANSFER/>
<pbcast.FLUSH timeout="0"/>
1.12 +2 -2 JGroups/conf/fast-local.xml
Index: fast-local.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/fast-local.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fast-local.xml 5 Aug 2010 08:16:39 -0000 1.11
+++ fast-local.xml 12 Aug 2010 14:45:25 -0000 1.12
@@ -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.11 2010/08/05 08:16:39 belaban Exp $
+ Version: $Id: fast-local.xml,v 1.12 2010/08/12 14:45:25 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -70,7 +70,7 @@
view_bundling="true"/>
<FC max_credits="1M"
- min_threshold="0.20"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<!--pbcast.STREAMING_STATE_TRANSFER /-->
<pbcast.STATE_TRANSFER />
1.14 +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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- flush-tcp-nio.xml 11 Dec 2009 10:45:19 -0000 1.13
+++ flush-tcp-nio.xml 12 Aug 2010 14:45:25 -0000 1.14
@@ -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.14 2010/08/12 14:45:25 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -65,7 +65,7 @@
view_bundling="true"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<pbcast.FLUSH timeout="0"/>
1.46 +2 -2 JGroups/conf/tcp.xml
Index: tcp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcp.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- tcp.xml 5 Aug 2010 07:44:34 -0000 1.45
+++ tcp.xml 12 Aug 2010 14:45:25 -0000 1.46
@@ -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.45 2010/08/05 07:44:34 belaban Exp $
+ version: $Id: tcp.xml,v 1.46 2010/08/12 14:45:25 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -63,7 +63,7 @@
view_bundling="true"/>
<FC max_credits="2M"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60K" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
1.24 +1 -1 JGroups/conf/tcpgossip.xml
Index: tcpgossip.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/tcpgossip.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- tcpgossip.xml 5 Aug 2010 07:44:34 -0000 1.23
+++ tcpgossip.xml 12 Aug 2010 14:45:25 -0000 1.24
@@ -51,6 +51,6 @@
<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" />
+ <FC max_credits="2000000" min_threshold="0.6" />
<FRAG2 frag_size="60000" />
</config>
1.18 +2 -2 JGroups/conf/sequencer.xml
Index: sequencer.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/sequencer.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sequencer.xml 8 Feb 2010 07:11:15 -0000 1.17
+++ sequencer.xml 12 Aug 2010 14:45:25 -0000 1.18
@@ -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.18 2010/08/12 14:45:25 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -62,7 +62,7 @@
view_bundling="true"/>
<SEQUENCER />
<FC max_credits="500000"
- min_threshold="0.20"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<!--pbcast.STREAMING_STATE_TRANSFER /-->
<pbcast.STATE_TRANSFER />
1.33 +1 -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.33
diff -u -r1.32 -r1.33
--- flush-udp.xml 8 Feb 2010 07:11:15 -0000 1.32
+++ flush-udp.xml 12 Aug 2010 14:45:25 -0000 1.33
@@ -53,7 +53,7 @@
<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"/>
+ <FC max_credits="500000" min_threshold="0.6"/>
<FRAG2 frag_size="60000"/>
<pbcast.STREAMING_STATE_TRANSFER />
<!-- <pbcast.STATE_TRANSFER/> -->
1.28 +1 -1 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.28
diff -u -r1.27 -r1.28
--- flush-tcp.xml 11 Dec 2009 10:45:19 -0000 1.27
+++ flush-tcp.xml 12 Aug 2010 14:45:25 -0000 1.28
@@ -54,7 +54,7 @@
<pbcast.GMS print_local_addr="true" join_timeout="7000"
view_bundling="true"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.60"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
1.49 +5 -5 JGroups/conf/stacks.xml
Index: stacks.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/stacks.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- stacks.xml 8 Feb 2010 07:11:15 -0000 1.48
+++ stacks.xml 12 Aug 2010 14:45:25 -0000 1.49
@@ -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.49 2010/08/12 14:45:25 belaban Exp $
-->
<protocol_stacks>
<stack name="udp"
@@ -55,7 +55,7 @@
view_bundling="true"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
@@ -178,7 +178,7 @@
view_bundling="true"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
@@ -290,7 +290,7 @@
view_bundling="true"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- <pbcast.STATE_TRANSFER/> -->
@@ -374,7 +374,7 @@
view_bundling="true"
view_ack_collection_timeout="5000"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<!-- <pbcast.STREAMING_STATE_TRANSFER/> -->
<pbcast.STATE_TRANSFER/>
1.46 +2 -2 JGroups/conf/udp.xml
Index: udp.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/udp.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- udp.xml 5 Aug 2010 07:44:34 -0000 1.45
+++ udp.xml 12 Aug 2010 14:45:25 -0000 1.46
@@ -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.45 2010/08/05 07:44:34 belaban Exp $
+ version: $Id: udp.xml,v 1.46 2010/08/12 14:45:25 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
@@ -67,7 +67,7 @@
view_bundling="true"/>
<FC max_credits="500K"
- min_threshold="0.20"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60K" />
<!--pbcast.STREAMING_STATE_TRANSFER /-->
<pbcast.STATE_TRANSFER />
1.20 +2 -2 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.20
diff -u -r1.19 -r1.20
--- tcp-nio.xml 11 Dec 2009 10:45:19 -0000 1.19
+++ tcp-nio.xml 12 Aug 2010 14:45:25 -0000 1.20
@@ -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.20 2010/08/12 14:45:25 belaban Exp $
-->
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -65,7 +65,7 @@
view_bundling="true"/>
<FC max_credits="2000000"
- min_threshold="0.10"/>
+ min_threshold="0.6"/>
<FRAG2 frag_size="60000" />
<pbcast.STREAMING_STATE_TRANSFER/>
<!-- pbcast.STATE_TRANSFER/> -->
1.11 +2 -2 JGroups/conf/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/javagroups/JGroups/conf/jboss-service.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- jboss-service.xml 8 Feb 2010 07:11:15 -0000 1.10
+++ jboss-service.xml 12 Aug 2010 14:45:25 -0000 1.11
@@ -6,7 +6,7 @@
<!--
A bunch of JGroups channels which can be used by other services
Author: Bela Ban
- Version: $Id: jboss-service.xml,v 1.10 2010/02/08 07:11:15 belaban Exp $
+ Version: $Id: jboss-service.xml,v 1.11 2010/08/12 14:45:25 belaban Exp $
-->
<mbean code="org.jgroups.jmx.JChannel" name="jgroups:name=DemoChannel">
<attribute name="ObjectName">jgroups:name=DemoChannel</attribute>
@@ -33,7 +33,7 @@
<VERIFY_SUSPECT timeout="1500"/>
<pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
/>
- <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10"/>
+ <UNICAST timeout="600,1200,2400"/>
<pbcast.STABLE desired_avg_gossip="20000"/>
<FRAG frag_size="8192"/>
<pbcast.GMS join_timeout="5000"
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev