JBoss Cache SVN: r8081 - in benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0: lib and 1 other directory.
by jbosscache-commits@lists.jboss.org
Author: galder.zamarreno(a)jboss.com
Date: 2009-06-02 13:37:45 -0400 (Tue, 02 Jun 2009)
New Revision: 8081
Added:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-tcp-sync.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-sync.xml
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-common-core.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jgroups.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jta.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/marshalling-api.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/river.jar
Log:
Updated to ALPHA4 release jars. Added JGroups config files that match the ones used for JBC 3.1. Modified repl config files to uses these JGroups files and also added commented possibility to switch async marshalling off.
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-tcp-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-tcp-sync.xml (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-tcp-sync.xml 2009-06-02 17:37:45 UTC (rev 8081)
@@ -0,0 +1,55 @@
+<config>
+ <TCP
+ singleton_name="tcp_sync"
+ start_port="7650"
+ tcp_nodelay="true"
+ loopback="false"
+ recv_buf_size="20000000"
+ send_buf_size="640000"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ enable_bundling="false"
+ use_send_queues="false"
+ sock_conn_timeout="300"
+ skip_suspected_members="true"
+
+ use_concurrent_stack="true"
+
+ thread_pool.enabled="true"
+ thread_pool.min_threads="8"
+ thread_pool.max_threads="200"
+ thread_pool.keep_alive_time="5000"
+ thread_pool.queue_enabled="true"
+ thread_pool.queue_max_size="1000"
+ thread_pool.rejection_policy="discard"
+
+ oob_thread_pool.enabled="true"
+ oob_thread_pool.min_threads="1"
+ oob_thread_pool.max_threads="8"
+ oob_thread_pool.keep_alive_time="5000"
+ oob_thread_pool.queue_enabled="false"
+ oob_thread_pool.queue_max_size="100"
+ oob_thread_pool.rejection_policy="run"/>
+ <MPING timeout="2000"
+ bind_to_all_interfaces="true"
+ mcast_addr="228.8.8.8"
+ mcast_port="7500"
+ ip_ttl="2"
+ num_initial_members="3"
+ num_ping_requests="1"/>
+ <MERGE2 max_interval="30000" min_interval="10000"/>
+ <FD_SOCK/>
+ <FD max_tries="5" shun="true" timeout="10000"/>
+ <VERIFY_SUSPECT timeout="1500"/>
+ <pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0" retransmit_timeout="300,600,1200,2400,4800"
+ use_mcast_xmit="false"/>
+ <UNICAST timeout="300,600,1200,2400,3600"/>
+ <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/>
+ <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
+ view_bundling="true"/>
+ <FRAG2 frag_size="60000"/>
+ <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
+ <pbcast.FLUSH timeout="0"/>
+</config>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-async.xml (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-async.xml 2009-06-02 17:37:45 UTC (rev 8081)
@@ -0,0 +1,29 @@
+<config>
+ <UDP discard_incompatible_packets="true" enable_bundling="true" enable_diagnostics="false" ip_ttl="2"
+ loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
+ mcast_port="45588" mcast_recv_buf_size="100000000" mcast_send_buf_size="640000"
+ oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="20"
+ oob_thread_pool.min_threads="8" oob_thread_pool.queue_enabled="false"
+ oob_thread_pool.queue_max_size="10"
+ oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true"
+ thread_pool.keep_alive_time="10000" thread_pool.max_threads="15" thread_pool.min_threads="8"
+ thread_pool.queue_enabled="true" thread_pool.queue_max_size="100000"
+ thread_pool.rejection_policy="Discard"
+ tos="8" ucast_recv_buf_size="20000000" ucast_send_buf_size="640000" use_concurrent_stack="true"
+ use_incoming_packet_handler="true"/>
+ <PING num_initial_members="3" timeout="2000"/>
+ <MERGE2 max_interval="30000" min_interval="10000"/>
+ <FD_SOCK/>
+ <FD max_tries="5" shun="true" timeout="10000"/>
+ <VERIFY_SUSPECT timeout="1500"/>
+ <pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0" retransmit_timeout="300,600,1200,2400,4800"
+ use_mcast_xmit="true"/>
+ <UNICAST timeout="300,600,1200,2400,3600"/>
+ <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/>
+ <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
+ view_bundling="true"/>
+ <FC max_credits="500000" min_threshold="0.2"/>
+ <FRAG2 frag_size="60000"/>
+ <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
+ <pbcast.FLUSH timeout="0"/>
+</config>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-sync.xml (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/ispn-udp-sync.xml 2009-06-02 17:37:45 UTC (rev 8081)
@@ -0,0 +1,27 @@
+<config>
+ <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
+ loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
+ mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"
+ oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4"
+ oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true"
+ oob_thread_pool.queue_max_size="10"
+ oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true"
+ thread_pool.keep_alive_time="30000" thread_pool.max_threads="25" thread_pool.min_threads="1"
+ thread_pool.queue_enabled="true" thread_pool.queue_max_size="10" thread_pool.rejection_policy="Run"
+ tos="8" ucast_recv_buf_size="20000000" ucast_send_buf_size="640000" use_concurrent_stack="true"
+ use_incoming_packet_handler="true"/>
+ <PING num_initial_members="3" timeout="2000"/>
+ <MERGE2 max_interval="30000" min_interval="10000"/>
+ <FD_SOCK/>
+ <FD max_tries="5" shun="true" timeout="10000"/>
+ <VERIFY_SUSPECT timeout="1500"/>
+ <pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0" retransmit_timeout="300,600,1200,2400,4800"
+ use_mcast_xmit="false"/>
+ <UNICAST timeout="300,600,1200,2400,3600"/>
+ <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/>
+ <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
+ view_bundling="true"/>
+ <FRAG2 frag_size="60000"/>
+ <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
+ <pbcast.FLUSH timeout="0"/>
+</config>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-06-02 17:35:36 UTC (rev 8080)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-06-02 17:37:45 UTC (rev 8081)
@@ -5,25 +5,33 @@
<global>
<transport clusterName="infinispan-cluster">
- <property name="configurationFile" value="tcp.xml"/>
+ <property name="configurationFile" value="ispn-udp-async.xml"/>
</transport>
+ <asyncTransportExecutor>
+ <property name="maxThreads" value="1000" />
+ <property name="queueSize" value="500000" />
+ </asyncTransportExecutor>
+
</global>
<default>
<locking
- lockAcquisitionTimeout="20000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="10000"
+ concurrencyLevel="3000"/>
<transaction
- transactionManagerLookupClass="org.infinispan.transaction.GenericTransactionManagerLookup"
+ transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
syncCommitPhase="false"/>
<clustering mode="r">
<stateRetrieval fetchInMemoryState="false"/>
<async />
+<!--
+ <async asyncMarshalling="false" />
+-->
</clustering>
</default>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml 2009-06-02 17:35:36 UTC (rev 8080)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml 2009-06-02 17:37:45 UTC (rev 8081)
@@ -5,7 +5,10 @@
<global>
<transport clusterName="infinispan-cluster">
- <property name="configurationFile" value="tcp.xml"/>
+ <property name="configurationFile" value="ispn-udp-sync.xml"/>
+<!--
+ <property name="configurationFile" value="ispn-tcp-sync.xml"/>
+-->
</transport>
</global>
@@ -17,7 +20,7 @@
concurrencyLevel="10000"/>
<transaction
- transactionManagerLookupClass="org.infinispan.transaction.GenericTransactionManagerLookup"
+ transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
syncCommitPhase="false"/>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-common-core.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jgroups.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jta.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/marshalling-api.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/river.jar
===================================================================
(Binary files differ)
15 years, 6 months
JBoss Cache SVN: r8080 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf.
by jbosscache-commits@lists.jboss.org
Author: galder.zamarreno(a)jboss.com
Date: 2009-06-02 13:35:36 -0400 (Tue, 02 Jun 2009)
New Revision: 8080
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
Log:
Added commented async settings to disable async marshalling.
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml 2009-06-02 17:33:54 UTC (rev 8079)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml 2009-06-02 17:35:36 UTC (rev 8080)
@@ -6,6 +6,9 @@
<clustering mode="replication" clusterName="JBossCache-Cluster">
<stateRetrieval timeout="20000" fetchInMemoryState="false"/>
<async serializationExecutorPoolSize="1000" serializationExecutorQueueSize="500000"/>
+<!--
+ <async serializationExecutorPoolSize="-1"/>
+-->
<jgroupsConfig>
<UDP discard_incompatible_packets="true" enable_bundling="true" enable_diagnostics="false" ip_ttl="2"
loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
15 years, 6 months
JBoss Cache SVN: r8079 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0.
by jbosscache-commits@lists.jboss.org
Author: galder.zamarreno(a)jboss.com
Date: 2009-06-02 13:33:54 -0400 (Tue, 02 Jun 2009)
New Revision: 8079
Added:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project
Log:
Add Eclipse project files.
Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath 2009-06-02 17:33:54 UTC (rev 8079)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/commons-codec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-common-core.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-logging-spi.jar"/>
+ <classpathentry kind="lib" path="lib/jbosscache-core.jar"/>
+ <classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/jta.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+ <classpathentry kind="lib" path="/framework/lib/commons-logging.jar"/>
+ <classpathentry kind="output" path="output/eclipse"/>
+</classpath>
Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project 2009-06-02 17:33:54 UTC (rev 8079)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jbosscache-3.0.0</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
15 years, 6 months
JBoss Cache SVN: r8078 - enterprise-docs/tags/JBoss_EAP_4_3/Cache_Tree_Cache_Guide/de-DE.
by jbosscache-commits@lists.jboss.org
Author: jdimanos(a)jboss.com
Date: 2009-06-01 07:46:38 -0400 (Mon, 01 Jun 2009)
New Revision: 8078
Modified:
enterprise-docs/tags/JBoss_EAP_4_3/Cache_Tree_Cache_Guide/de-DE/Compatibility.po
Log:
update
Modified: enterprise-docs/tags/JBoss_EAP_4_3/Cache_Tree_Cache_Guide/de-DE/Compatibility.po
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_3/Cache_Tree_Cache_Guide/de-DE/Compatibility.po 2009-05-31 12:02:12 UTC (rev 8077)
+++ enterprise-docs/tags/JBoss_EAP_4_3/Cache_Tree_Cache_Guide/de-DE/Compatibility.po 2009-06-01 11:46:38 UTC (rev 8078)
@@ -8,7 +8,7 @@
"Project-Id-Version: Compatibility\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-09-21 04:43+0000\n"
-"PO-Revision-Date: 2009-05-23 21:03+1000\n"
+"PO-Revision-Date: 2009-06-01 21:46+1000\n"
"Last-Translator: \n"
"Language-Team: <en(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -36,6 +36,19 @@
"the same JGroups version in all nodes in the cluster. In most cases, the "
"version of JGroups used by a version of JBoss Cache can be upgraded."
msgstr ""
+"Während hierfür keine absolute Garantie übernommen werden kann, so "
+"kann doch davon ausgegangen werden, dass bei Hauptversionen "
+"JBoss Cache in der Regel kompatibel und interoperabel. "
+"Kompatibel in dem Sinne, als dass es möglich sein sollte ein Upgrade einer "
+"Anwendung von einer Version zu einer anderen durch Austauschen der Jars "
+"möglich sein. "
+"Interoperabel in dem Sinne, als dass bei Verwendung zweier verschiedener "
+"Versionen von JBoss Cache in demselben Cluster, der Austausch von Replikations- "
+"und Statustransfernachrichten möglich sein sollte. "
+"Beachten Sie jedoch, dass Interoperabilität die Verwendung derselben "
+"JGroups Version in allen Nodes im Cluster erfordert. In den meisten Fällen kann die "
+"Version von JGroups, die von einer Version von JBoss Cache verwendet wird, "
+"aktualisiert werden."
#. Tag: para
#: Compatibility.xml:9
@@ -50,6 +63,15 @@
"please recompile before upgrading to 1.2.4.SP2 in order to be sure you have "
"no issues."
msgstr ""
+"In den 1.2.4 und 1.2.4.SP1 Releases war die API-Kompatibilität und "
+"Interoperabilität mit vorangegangenen Releases nicht gewährleistet. "
+"Primärer Zweck der 1.2.4.SP2 Release war die Wiederherstellung der "
+"API-Kompatibilität und Interoperabilität. Beachten Sie jedoch, dass die"
+"Wiederherstellung der API-Kompatibilität mit früheren Releases bedeutet, "
+"dass 1.2.4.SP2 nicht komplett API-kompatibel mit den anderen beiden 1.2.4 "
+"Releases ist. Falls Sie Anwendungen auf 1.2.4 oder 1.2.4.SP1 erstellt haben, "
+"rekompilieren Sie, ehe Sie ein Upgrade zu 1.2.4.SP2 durchführen, um "
+"sicherzugehen dass keine Probleme auftauchen."
#. Tag: para
#: Compatibility.xml:12
@@ -65,6 +87,15 @@
"JBoss Cache by using more efficient wire formats while still providing a "
"means to preserve interoperability."
msgstr ""
+"Mit 1.2.4.SP2 wurde ein neues Konfigurationsattribut "
+"<literal>ReplicationVersion</literal> hinzugefügt. Dieses Attribut muss "
+"eingestellt werden, damit Interoperabilität gewährleistet ist. Der Wert sollte "
+"am Release Namen der Version mit der Interoperabilität gewünscht wird "
+"- z.B. \"1.2.3\" eingestellt werden. Ist dieses Attribut eingestellt, so ist das "
+"\"Wire\"-Format von Replikations- und Statustransfernachrichten konform "
+"mit dem von der angegebenen Release. Dieser Mechanismus gestattet es uns "
+"JBoss Cache durch Verwendung effizienterer zu verbessern und gleichzeitig "
+"Mittel zur Wahrung der Interoperabilität bereitzustellen."
#. Tag: para
#: Compatibility.xml:15
@@ -80,4 +111,14 @@
"caches, a workaround is to set system property <literal>jboss.cache."
"fqn.123compatible</literal> to <literal>true</literal>."
msgstr ""
+"In einem seltenen Anwendungsszenario könnten verschiedene "
+"JBoss Cache Instanzen auf jedem Node innerhalb des Clusters laufen, nicht alle "
+"aber mit einem Version 1.2.3 Cache interoperieren. Daher werden einige Caches "
+"nicht mit <literal>ReplicationVersion</literal> auf 1.2.3 eingestellt konfiguriert "
+"werden. Dies kann Probleme mit der Serialisierung von Fqn-Objekten bereiten. "
+"Falls Sie diese Art von Konfiguration verwenden, Probleme haben und "
+"<literal>ReplicationVersion</literal> nicht auf allen Caches auf "
+"<literal>1.2.3</literal> einstellen wollen, so können Sie die System-Property "
+"<literal>jboss.cache."
+"fqn.123compatible</literal> auf <literal>true</literal> setzen."
15 years, 6 months