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

Manik Surtani manik at jboss.org
Tue May 29 12:25:20 EDT 2007


  User: msurtani
  Date: 07/05/29 12:25:20

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Bug in deferred notification of view changes
  
  Revision  Changes    Path
  1.81      +1 -1      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.80
  retrieving revision 1.81
  diff -u -b -r1.80 -r1.81
  --- CacheImpl.java	28 May 2007 21:29:21 -0000	1.80
  +++ CacheImpl.java	29 May 2007 16:25:20 -0000	1.81
  @@ -3634,7 +3634,7 @@
               if (needNotification && notifier != null)
               {
                  InvocationContext ctx = getInvocationContext();
  -               notifier.notifyViewChange(new_view, ctx, true);
  +               notifier.notifyViewChange(new_view, ctx);
               }
   
               // Wake up any threads that are waiting to know who the members
  
  
  



More information about the jboss-cvs-commits mailing list