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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Sat Jul 21 13:00:42 EDT 2007


  User: vblagojevic
  Date: 07/07/21 13:00:41

  Modified:    src/org/jboss/cache/statetransfer 
                        DefaultStateTransferIntegrator.java
  Log:
  [JBCACHE-983] - State transfer test failures ( to do with concurrent eviction and activation )
  
  Revision  Changes    Path
  1.28      +2 -1      JBossCache/src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DefaultStateTransferIntegrator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- DefaultStateTransferIntegrator.java	8 Jun 2007 15:39:28 -0000	1.27
  +++ DefaultStateTransferIntegrator.java	21 Jul 2007 17:00:41 -0000	1.28
  @@ -90,6 +90,7 @@
         catch (Exception e)
         {
            if (log.isDebugEnabled()) log.debug("Caught unexpected exception", e);
  +         throw new CacheException(e);
         }
         finally
         {
  @@ -97,7 +98,7 @@
            {
               // Clear any existing state from the targetRoot
               log.warn("transient state integration failed, removing all children of " + target);
  -            target.clearData();
  +            target.clearDataDirect();
               target.removeChildrenDirect();
            }
   
  
  
  



More information about the jboss-cvs-commits mailing list