shuber      2005/08/19 17:20:42 CEST

  Modified files:
    core/src/conf/java   oscache.properties 
  Log:
  Deactivate jgroups since it seems to be misbehaving.
  
  Revision  Changes    Path
  1.6       +2 -2      jahia/core/src/conf/java/oscache.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/oscache.properties.diff?r1=1.5&r2=1.6&f=h
  
  
  
  Index: oscache.properties
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/src/conf/java/oscache.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- oscache.properties        17 Aug 2005 16:08:10 -0000      1.5
  +++ oscache.properties        19 Aug 2005 15:20:42 -0000      1.6
  @@ -38,7 +38,7 @@
   #                       
com.opensymphony.oscache.extra.CacheEntryEventListenerImpl,               \
   #                       
com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl,           \
   #                       com.opensymphony.oscache.extra.ScopeEventListenerImpl
  
-cache.event.listeners=com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener
  
+#cache.event.listeners=com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener
   
   # CACHE PERSISTENCE CLASS
   #
  @@ -108,5 +108,5 @@
   # property is set. See the clustering documentation and the JavaGroups 
project
   # (www.javagroups.com) for more information on these settings.
   #
  
-cache.cluster.properties=UDP(mcast_addr=231.12.21.132;mcast_port=45566;ip_ttl=32;mcast_send_buf_size=150000;mcast_recv_buf_size=80000):PING(timeout=2000;num_initial_members=3):MERGE2(min_interval=5000;max_interval=10000):FD_SOCK:VERIFY_SUSPECT(timeout=1500):pbcast.NAKACK(gc_lag=50;retransmit_timeout=300,600,1200,2400,4800):pbcast.STABLE(desired_avg_gossip=20000):UNICAST(timeout=5000):FRAG(frag_size=8096;down_thread=false;up_thread=false):pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;shun=false;print_local_addr=true)
  
+#cache.cluster.properties=UDP(mcast_addr=231.12.21.132;mcast_port=45566;ip_ttl=32;mcast_send_buf_size=150000;mcast_recv_buf_size=80000):PING(timeout=2000;num_initial_members=3):MERGE2(min_interval=5000;max_interval=10000):FD_SOCK:VERIFY_SUSPECT(timeout=1500):pbcast.NAKACK(gc_lag=50;retransmit_timeout=300,600,1200,2400,4800):pbcast.STABLE(desired_avg_gossip=20000):UNICAST(timeout=5000):FRAG(frag_size=8096;down_thread=false;up_thread=false):pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;shun=false;print_local_addr=true)
   #cache.cluster.multicast.ip=231.12.21.132
  

Reply via email to