19 May, 2008

1 commit

  • 3242: SNMP: no error displayed when the security-agent-file property contains a wrong value
    3241: SNMP: traps are not sent to the correct trap community
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4265 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

06 May, 2008

1 commit

  • …eration with a new superior entry thats in the subtree to be moved. An informative error message is added so the user can fix the mistake. 
    
    This patch also enables the debug logger to print the cause of an exception message as well as all the stack frames by default. It also removes the deadlock retry configuration parameter from the JE backend configuration definition since deadlocks can no longer occur in the JE backend.
    
    Fix for issue 3236
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4231 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     

30 Apr, 2008

1 commit

  • 3214: SNMP: MIB 2605 is not accessible in "OpenDS" context
    3215: SNMPV3 get request using defaultUser should be rejected
    3216: SNMP: SNMP Connection Handler appears as disabled in status command when the server is stopped
    3217: SNMP: modification made using dsconfig are not taken into account after disable/enable of the connection handler
    3219: SNMP: wrong default value for "allowed-user" property
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4209 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

23 Apr, 2008

1 commit

  • 3143: snmp get requests
    3141: snmp status information
    3146: snmp unused configuration parameters
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4190 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

18 Mar, 2008

2 commits

  • * Update the nbproject to include the snmp source code
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3989 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     
  • the common index and use String objects in place of DN objects.
    
    - persistent state save/restore speed up and reduced in heap mem
      consumption due to the common index usage with JE serializable
      objects only.
    
    - lock re-shuffling to improve concurrency when priming/updating.
    
    - use JE no locking mode to improve concurrency and keep default
      JE properties in place instead of optimizing for tmpFS space.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3984 41b1ffd8-f28e-4786-ab96-9950f0a78031
    abobrov
     

17 Mar, 2008

1 commit

  • …er changes were made also:
    
    - the cleaner is run at the end of the import
    
    - the cleaner is run periodically during import if database eviction is detected
    
    - the substring indexes are buffered to help boost performance during substring index processing
    
    - the import files have been moved into its own package  org.opends.server.backends.jeb.importLDIF
    
    - the work threads do most of the processing
    
    - import aborts if a work thread throws a runtime exception
    
    - messages for the various stages of the import have been added (e.g. environment close)
    
    The only functionality missing is VLV index processing. Also, there is a  2G limit on the
    max entry ID value that can be used in a substring index.
    
    The following configuration attributes have been removed:
    
    - ds-cfg-import-temp-directory
    - ds-cfg-import-buffer-size
    - ds-cfg-import-pass-size
    
    The should be removed from your config.ldif file.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3979 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     

07 Mar, 2008

1 commit


04 Mar, 2008

1 commit


28 Feb, 2008

1 commit


15 Feb, 2008

2 commits


12 Feb, 2008

1 commit


08 Feb, 2008

2 commits


07 Feb, 2008

1 commit


06 Feb, 2008

2 commits


05 Feb, 2008

1 commit


04 Feb, 2008

1 commit


01 Feb, 2008

3 commits


30 Jan, 2008

1 commit


29 Jan, 2008

5 commits


24 Jan, 2008

1 commit


22 Jan, 2008

1 commit


21 Jan, 2008

2 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@3711 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lfrost
     
  • Change local DB backend configuration so that db-directory and import-temp-directory properties now name a parent directory within which a sub-directory is created having the same name as the backend-id. This simplifies configuration and reduces the risk of name collisions.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3708 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     

18 Jan, 2008

4 commits


16 Jan, 2008

1 commit

  • …. It is now a global configuration attribute. Due to the 10% throughput decrease I saw when using System.nanoTime, the default still uses System.currentTimeMillis to timestamp operations. System.nanoTime will only be used when the ds-cfg-etime-resolution attribute is set to nano-seconds.
    
    Fix for issue 2499
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3686 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     

14 Jan, 2008

2 commits