From 100e551066fc2b42a7578906a0a7a734896a2961 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Tue, 08 Jan 2008 10:13:19 +0000 Subject: [PATCH] - [Issue 1595] need a fast way to prime the FileSystemEntryCache: Add generic entry cache pre-load mechanism which is backend and entry cache implementations independent. --- opends/src/messages/messages/extension.properties | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index f4100b1..12eaff6 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Portions Copyright 2006-2007 Sun Microsystems, Inc. +# Portions Copyright 2006-2008 Sun Microsystems, Inc. @@ -72,6 +72,21 @@ to initialize fifo entry cache: %s FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=A fatal error occurred while \ trying to initialize soft reference entry cache: %s +NOTICE_CACHE_PRELOAD_PROGRESS_START_10=Starting the entry cache preload +NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=The entry cache preload has processed \ + %d entries, %d MB free heap memory available +NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=The entry cache preload is complete \ + with the total of %d entries processed +SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload has been \ + interrupted +SEVERE_ERR_CACHE_PRELOAD_COLLECTOR_FAILED_14=The entry cache preload was \ + unable to complete collector processing for %s backend, and as a result \ + the entry cache preload for this backend will be incomplete +SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_15=The entry cache preload is not \ + supported by %s backend, and as a result no entries from this backend will \ + be preloaded onto the entry cache +SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_16=Failed to preload %s entry onto \ + the entry cache: %s MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=The password modify \ extended request sequence included an ASN.1 element of an invalid type: %s MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=An unexpected error occurred \ @@ -1613,4 +1628,4 @@ SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute \ certificate mapper defined in configuration entry %s references attribute \ type %s which is does not have an equality index defined in backend %s - + -- Gitblit v1.10.0