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

Manik Surtani manik at jboss.org
Sun May 27 11:21:55 EDT 2007


  User: msurtani
  Date: 07/05/27 11:21:55

  Modified:    src/org/jboss/cache/interceptors 
                        DataGravitatorInterceptor.java
  Log:
  Fixed more BR brittleness
  
  Revision  Changes    Path
  1.45      +1 -1      JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DataGravitatorInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- DataGravitatorInterceptor.java	25 May 2007 16:34:51 -0000	1.44
  +++ DataGravitatorInterceptor.java	27 May 2007 15:21:55 -0000	1.45
  @@ -107,7 +107,7 @@
                     {
                        // create node locally so I don't gravitate again
                        // when I do the put() call to the cluster!
  -                     createNode(data.backupData, true);
  +                     //createNode(data.backupData, true);
                        // Make sure I replicate to my buddies.
                        log.trace("Passing the put call locally to make sure state is persisted and ownership is correctly established.");
                        createNode(data.backupData, false);
  
  
  



More information about the jboss-cvs-commits mailing list