User: slaboure
  Date: 02/04/08 09:10:42

  Modified:    src/main/org/jboss/ha/framework/server HATarget.java
  Log:
  Bug that prevent some nodes to have a correct intraViewId => in round-robin
  scheme, the view is constantly exchanged with the client (unnecessary refresh)
  
  Revision  Changes    Path
  1.4       +1 -3      jbossmx/src/main/org/jboss/ha/framework/server/HATarget.java
  
  Index: HATarget.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmx/src/main/org/jboss/ha/framework/server/HATarget.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HATarget.java     27 Feb 2002 11:07:00 -0000      1.3
  +++ HATarget.java     8 Apr 2002 16:10:41 -0000       1.4
  @@ -19,7 +19,7 @@
    * notifies it.
    *
    *   @author [EMAIL PROTECTED]
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    *
    * <p><b>Revisions:</b><br>
    * <p><b>2002/01/13: Bill Burke</b>
  @@ -87,8 +87,6 @@
         
         
partition.getDistributedReplicantManager().registerListener(this.replicantName, this);
         partition.getDistributedReplicantManager().add(this.replicantName, 
this.target);
  -      
  -      this.clusterViewId = 0;
      }
      
      // DistributedReplicantManager.ReplicantListener implementation 
----------------------------------------------
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to