mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
17.19.2008 63463be883ebb6a2140ee4f66faeb9629bad89ad
refs
author boli <boli@localhost>
Thursday, January 17, 2008 00:19 +0100
committer boli <boli@localhost>
Thursday, January 17, 2008 00:19 +0100
commit63463be883ebb6a2140ee4f66faeb9629bad89ad
tree 4f9a763ce0a6eb790edc02b51bb1c190d6fe21de tree | zip | gz
parent 1a8ab4ffedb24a25915f4e73e0c36d4b0861a169 view | diff
This fix removes the option to use nanosecond etime resolution as a JVM property. 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
9 files modified
576 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml 32 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/CoreConfigManager.java 12 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/SearchOperationBasis.java 16 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/AccessLogger.java 415 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/AbstractOperation.java 63 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/TimeThread.java 19 ●●●●● diff | view | raw | blame | history