From d5e86cdd9e41cf63e147c4811cf292fa4e7b58b7 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 18 Mar 2008 11:24:26 +0000
Subject: [PATCH] - make the entry cache preload backend implementation specific   moving EntryCachePreloader to JEB package and reworking it   for JEB specific preload.

---
 opends/src/messages/messages/extension.properties |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties
index 2ba4fad..237fe2e 100644
--- a/opends/src/messages/messages/extension.properties
+++ b/opends/src/messages/messages/extension.properties
@@ -72,20 +72,18 @@
  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 preload 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 \
+NOTICE_CACHE_PRELOAD_PROGRESS_START_10=Starting the entry cache preload for \
+ %s backend
+NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=The entry cache preload for %s backend \
+ has processed %d entries, %d MB free heap memory available
+NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=The entry cache preload for %s backend \
+ is complete with the total of %d entries processed
+SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload for %s \
+ backend has been interrupted
+SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=The entry cache preload is not \
  supported by %s backend, and as a result no entries from this backend will \
  be preloaded into the entry cache
-SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_16=Failed to preload %s entry into \
+SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=Failed to preload %s entry into \
  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
@@ -1394,6 +1392,10 @@
  group %s references target group %s which is itself a virtual static group. \
  One virtual static group is not allowed to reference another as its target \
  group
+NOTICE_FSCACHE_RESTORE_484=Staring persistent entry cache state restoration, \
+ this may take awhile
+NOTICE_FSCACHE_SAVE_485=Making the entry cache state persistent, this may \
+ take awhile
 FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=A fatal error occurred while trying \
  to initialize file system entry cache:  %s
 SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=An error occurred while \
@@ -1420,10 +1422,9 @@
 SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s backend current offline state \
  does not match persistent cache last recorded offline state. All cached data \
  for this backend is now discarded
-NOTICE_FSCACHE_RESTORE_PROGRESS_REPORT_497=Restored %d cache entries of %d \
- total persistent cache entries found
-NOTICE_FSCACHE_SAVE_PROGRESS_REPORT_498=Made persistent %d cache entries of %d \
- total cache entries found
+NOTICE_FSCACHE_RESTORE_REPORT_497=Restored %d persistent cache entries into \
+ the entry cache
+NOTICE_FSCACHE_SAVE_REPORT_498=Made persistent %d cache entries
 NOTICE_FSCACHE_INDEX_NOT_FOUND_499=No previous persistent cache state can be \
  found. Starting with an empty cache
 SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=The persistent cache index is \

--
Gitblit v1.10.0