OSCache叢集環境下快取同步的問題

tianhandigeng發表於2013-03-19
透過OSCache+jgroups來實現叢集環境下的快取同步,在xp的兩臺機子上進行測試,完成正常,當風別啟動兩臺機子後,oscache.log日誌分別是這樣的:

<p class="indent">[2013-03-19 17:45:56] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.memberJoined:189) - A new member at address 'PC2011-61182' has joined the cluster
<p class="indent">[2013-03-19 17:45:56] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.initialize:117) - JavaGroups clustering support started successfully
<p class="indent">[2013-03-19 17:45:56] [INFO] (com.opensymphony.oscache.plugins.clustersupport.AbstractBroadcastingListener.<init>:35) - AbstractBroadcastingListener registered
<p class="indent">[2013-03-19 17:54:35] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.memberJoined:189) - A new member at address 'PC2010121618vuc-14784' has joined the cluster
<p class="indent">[2013-03-19 17:54:35] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.memberJoined:189) - A new member at address 'PC2010121618vuc-14784' has joined the cluster
<p class="indent">[2013-03-19 17:55:10] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.memberJoined:189) - A new member at address 'PC2010121618vuc-26060' has joined the cluster
<p class="indent">[2013-03-19 17:55:10] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.memberJoined:189) - A new member at address 'PC2010121618vuc-26060' has joined the cluster

<p class="indent">



<p class="indent">[2013-03-19 17:55:20] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.memberJoined:189) - A new member at address 'PC2010121618vuc-26060' has joined the cluster
<p class="indent">[2013-03-19 17:55:20] [INFO] (com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.initialize:117) - JavaGroups clustering support started successfully
<p class="indent">[2013-03-19 17:55:21] [INFO] (com.opensymphony.oscache.plugins.clustersupport.AbstractBroadcastingListener.<init>:35) - AbstractBroadcastingListener registered

<p class="indent">


有A new member at address 'PC2010121618vuc-26060' has joined the cluster

[2013-03-19 17:55:20] [INFO] 這樣的字樣說明兩臺機子都加入到了叢集下,但是當在linux上的兩臺機子上進行測試的時候,一臺機子啟動的時候有上面這條語句出來了,但是另外一臺啟動就沒有,結果就導致同步不起作用,現在不清楚為什麼這個沒顯示出來,不知道哪位弄過OSCache叢集環境下的同步,希望指點一下

相關文章