30 Aug, 2007

14 commits


29 Aug, 2007

21 commits


28 Aug, 2007

5 commits

  • 1. replace getNewServerAdsProperties(getUserData()) with ServerDescriptor to:
    a. align with new ReplicationCliMain
    b. allow implementing publicKeyCertificate entry independent of CLI/GUI.
    
    2. inline getRemoteServerProperties (single caller)
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2835 41b1ffd8-f28e-4786-ab96-9950f0a78031
    david_page
     
  • Instead of closing the environment, deleting the files, and re-opening the
    environment, we are keeping the environment open and just truncating the
    databases.  This dramatically reduces the amount of memory required to run the
    unit tests, apparently as a result of a memory leak in the Berkeley DB JE when
    the environment is repeatedly opened and closed.
    
    Note that the latest release of Berkeley DB JE (3.2.44, which we aren't yet
    using) claims to have a fix for a similar problem (JE issue #15444 as described
    in http://forums.oracle.com/forums/thread.jspa?messageID=1782659) but testing
    with that JE version didn't appear to resolve the problem so it is likely that
    the issue still exists.  However, while it was causing a significant problem in
    our test cases, it is unlikely to cause problems in production environments
    because the JE environment should not be repeatedly opened and closed in the
    same JVM instance.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2834 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • …ng TestNG on some machines.
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2833 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • Clean up duplicate code in Installer.updateADS in preparation for adding instance public-key certificate to properties. External behavior (e.g., registeredNewServerOnRemote) should be unchanged.
    
    Ran precommit tests and various setup hand tests.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2832 41b1ffd8-f28e-4786-ab96-9950f0a78031
    david_page
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@2831 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck