CVS update: JGroups/src/org/jgroups/protocols/pbcast GMS.java

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/08/16 18:22:01

  Modified:    src/org/jgroups/protocols/pbcast GMS.java
  Log:
  ns
  
  Revision  Changes    Path
  1.203     +5 -5      JGroups/src/org/jgroups/protocols/pbcast/GMS.java
  
  Index: GMS.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/pbcast/GMS.java,v
  retrieving revision 1.202
  retrieving revision 1.203
  diff -u -r1.202 -r1.203
  --- GMS.java	7 Jul 2010 09:37:23 -0000	1.202
  +++ GMS.java	16 Aug 2010 18:22:01 -0000	1.203
  @@ -24,7 +24,7 @@
    * sure new members don't receive any messages until they are members
    * 
    * @author Bela Ban
  - * @version $Id: GMS.java,v 1.202 2010/07/07 09:37:23 belaban Exp $
  + * @version $Id: GMS.java,v 1.203 2010/08/16 18:22:01 belaban Exp $
    */
   @MBean(description="Group membership protocol")
   @DeprecatedProperty(names={"join_retry_timeout","digest_timeout","use_flush","flush_timeout", "merge_leader",
  @@ -36,13 +36,13 @@
   
       /* ------------------------------------------ Properties  ------------------------------------------ */
   
  -    @Property(description="Join timeout. Default is 5000 msec")
  +    @Property(description="Join timeout")
       long join_timeout=5000;
   
  -    @Property(description="Leave timeout. Default is 5000 msec")
  +    @Property(description="Leave timeout")
       long leave_timeout=5000;
       
  -    @Property(description="Timeout to complete merge. Default is 10000 msec")
  +    @Property(description="Timeout to complete merge")
       long merge_timeout=5000; // time to wait for all MERGE_RSPS
   
       @Property(description="Print local address of this member after connect. Default is true")
  @@ -1201,7 +1201,7 @@
       /**
        * Class which processes JOIN, LEAVE and MERGE requests. Requests are queued and processed in FIFO order
        * @author Bela Ban
  -     * @version $Id: GMS.java,v 1.202 2010/07/07 09:37:23 belaban Exp $
  +     * @version $Id: GMS.java,v 1.203 2010/08/16 18:22:01 belaban Exp $
        */
       class ViewHandler implements Runnable {
           volatile Thread                     thread;
  
  
  

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.