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

boli
17.19.2008 e4e9b2ebc7d41715fc0c0c8ba07f897fe63a688e
refs
author boli <boli@localhost>
Thursday, January 17, 2008 00:19 +0100
committer boli <boli@localhost>
Thursday, January 17, 2008 00:19 +0100
commite4e9b2ebc7d41715fc0c0c8ba07f897fe63a688e
tree 6330fc907cb4059d3486bd75bdc841edbd1650d1 tree | zip | gz
parent 945120ff708dff6a38b2096a26dab348179fc955 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
opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 8 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml 32 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/CoreConfigManager.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SearchOperationBasis.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/AccessLogger.java 415 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AbstractOperation.java 63 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/TimeThread.java 19 ●●●●● diff | view | raw | blame | history