[exo-jcr-commits] exo-jcr SVN: r1447 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jan 17 04:26:41 EST 2010


Author: skabashnyuk
Date: 2010-01-17 04:26:41 -0500 (Sun, 17 Jan 2010)
New Revision: 1447

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml
Log:
EXOJCR-331 : fetchInMemoryState="false"

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-17 09:23:09 UTC (rev 1446)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-17 09:26:41 UTC (rev 1447)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="true"  nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="false"  nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-17 09:23:09 UTC (rev 1446)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-17 09:26:41 UTC (rev 1447)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml	2010-01-17 09:23:09 UTC (rev 1446)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml	2010-01-17 09:26:41 UTC (rev 1447)
@@ -10,27 +10,6 @@
 	<clustering mode="replication" clusterName="JBoss-Cache-Indexer-Cluster_db1_ws">
 		<stateRetrieval timeout="20000" fetchInMemoryState="false"  nonBlocking="true"/>
 		<jgroupsConfig>
-			<!--
-				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" /
-			-->
-
 			<TCP bind_addr="127.0.0.1" start_port="9700" loopback="true"
 				recv_buf_size="20000000" send_buf_size="640000"
 				discard_incompatible_packets="true" max_bundle_size="64000"

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml	2010-01-17 09:23:09 UTC (rev 1446)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml	2010-01-17 09:26:41 UTC (rev 1447)
@@ -10,27 +10,6 @@
 	<clustering mode="replication" clusterName="JBoss-Cache-Indexer-Cluster_db1_ws1">
 		<stateRetrieval timeout="20000" fetchInMemoryState="false"  nonBlocking="true"/>
 		<jgroupsConfig>
-			<!--
-				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" /
-			-->
-
 			<TCP bind_addr="127.0.0.1" start_port="9750" loopback="true"
 				recv_buf_size="20000000" send_buf_size="640000"
 				discard_incompatible_packets="true" max_bundle_size="64000"



More information about the exo-jcr-commits mailing list