opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
@@ -228,7 +228,7 @@ } // If requested preload the entry cache. if (rootConfiguration.getDefaultEntryCache().isCachePreload()) { if (rootConfiguration.getGlobalConfiguration().isEntryCachePreload()) { // Kick off preload arbiter main thread. EntryCachePreloader preloadThread = new EntryCachePreloader(); preloadThread.start();