[jboss-cvs] JBossCache/src/org/jboss/cache ...

Manik Surtani manik at jboss.org
Mon Jul 30 12:16:17 EDT 2007


  User: msurtani
  Date: 07/07/30 12:16:17

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Changed to use state replication timeout
  
  Revision  Changes    Path
  1.109     +59 -59    JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -b -r1.108 -r1.109
  --- CacheImpl.java	30 Jul 2007 14:53:08 -0000	1.108
  +++ CacheImpl.java	30 Jul 2007 16:16:17 -0000	1.109
  @@ -2070,9 +2070,9 @@
            log.trace("callRemoteMethods(): valid members are " + validMembers + " methods: " + method_call.getArgs()[0]);
         }
   
  -      if(channel.flushSupported())
  +      if (channel.flushSupported())
         {
  -          flushBlockGate.await(configuration.getSyncReplTimeout());
  +         flushBlockGate.await(configuration.getStateRetrievalTimeout());
             rsps = disp.callRemoteMethods(validMembers, method_call, mode, timeout, buddyManager != null && buddyManager.isEnabled());
         }
         else
  
  
  



More information about the jboss-cvs-commits mailing list