06 Apr, 2009

2 commits


03 Apr, 2009

1 commit


02 Apr, 2009

1 commit

  • dsreplication status sometimes returns very unexpected high values. This 
    is due to the fact that the replication server monitoring algorithm 
    sometimes does not compute well the max server state available in the 
    whole topology and thus is sometimes calling 
    ChangeNumber.diffSeqNum(CN1,CN2) with a CN1 lower than CN2.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5172 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mrossign
     

01 Apr, 2009

4 commits


31 Mar, 2009

1 commit

  • This change fix some problems found by code inspection in the
    replication ChangeNumberGenerator.
    Those problems are very unlikely because they only happen in
    case of very short race condition or rolling seqnum but they are worth
    fixing anyway.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5155 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

30 Mar, 2009

1 commit

  • A while ago, I moved the replication tasks to the replication package so that
    all the replication code stay in the replication packages and to avoid
    to make method public.
    However it now appears that this break the compatibility of the 1.3 builds
    with dsreplication fron older release.
    
    This change therefore reverts previous change, moving back the replication
    tasks to the tasks package.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5149 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

26 Mar, 2009

2 commits


25 Mar, 2009

1 commit

  • - remove keytool dependencie by using keystore API
    - integrate Andy Wang's IBM JVM/JDK changes
    - provide a Platform class to put  platform and JDK version specific code in a single place
    - provide APIs for Kunals core matching rule changes
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5132 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     

24 Mar, 2009

2 commits


23 Mar, 2009

3 commits


20 Mar, 2009

1 commit


18 Mar, 2009

3 commits


17 Mar, 2009

3 commits


16 Mar, 2009

4 commits


12 Mar, 2009

2 commits


11 Mar, 2009

1 commit


10 Mar, 2009

3 commits

  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5063 41b1ffd8-f28e-4786-ab96-9950f0a78031
    maudj
     
  • These changes improve the replication monitoring by
    - changing the monitoring tree so that the monitoring entries use the
      same topology as the current replication topology :
      For example :
      if the topology is currently 2 DS connected to 1 RS and 1RS
      without any DS connected, the monitoring tree will consist
      in a RS entry with 2 DS child entries and 1 RS child entry.
    - rename the base-dn attribute into domain-name
    - fix the DN of the monitoring entries so that comma and equals signs
      are not used anymore in the RDN.
    - group all the replication monitoring entries below cn=replication
      and all the DS and RS entries below a suffix entry
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5062 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • This involve making the tasks private to the LDAP ReplicationDomain because tasks have to normalize DNs.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5060 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

05 Mar, 2009

2 commits


04 Mar, 2009

1 commit


03 Mar, 2009

1 commit


25 Feb, 2009

1 commit