Author: nzamosenchuk
Date: 2009-12-28 04:14:20 -0500 (Mon, 28 Dec 2009)
New Revision: 1204
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/readme.txt
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-ws2.xml
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml
Log:
EXOJCR-325: Clustering config fixed: changed ports for each ws to avoid JGroups warning of
message discarding.
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/readme.txt
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/readme.txt 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/readme.txt 2009-12-28
09:14:20 UTC (rev 1204)
@@ -16,9 +16,6 @@
Please configure index-dir of query handler to the same (*shared?) folder for
each cluster node (i.e. "/tmp/jcr-clustering/index/db1/ws" or
"/mnt/server-nfs/index/db1/ws").
<property name="index-dir" value="target/temp/index/db1/ws" />
-
-** TODO **
-Re-configure jGroups ports, to avoid warnings of message discarding.
Appendix A: DB script
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 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -37,7 +37,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9810"
loopback="true"
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"
@@ -52,7 +52,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34522"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -37,7 +37,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9820"
loopback="true"
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"
@@ -52,7 +52,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34523"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -37,7 +37,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9830"
loopback="true"
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"
@@ -52,7 +52,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34524"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -37,7 +37,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9840"
loopback="true"
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"
@@ -52,7 +52,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34525"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -37,7 +37,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9850"
loopback="true"
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"
@@ -52,7 +52,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34526"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -37,7 +37,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9860"
loopback="true"
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"
@@ -52,7 +52,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34527"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
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 2009-12-28
09:09:38 UTC (rev 1203)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml 2009-12-28
09:14:20 UTC (rev 1204)
@@ -30,7 +30,7 @@
<PING num_initial_members="3" timeout="2000" /
-->
- <TCP bind_addr="127.0.0.1" start_port="9800"
loopback="true"
+ <TCP bind_addr="127.0.0.1" start_port="9900"
loopback="true"
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"
@@ -45,7 +45,7 @@
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="run" />
- <MPING timeout="2000" num_initial_members="2"
mcast_port="34521"
+ <MPING timeout="2000" num_initial_members="2"
mcast_port="34530"
bind_addr="127.0.0.1" mcast_addr="224.0.0.1" />
Show replies by date