From 1f09540bc620a96d353c892d51ace2a35d07627b Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Fri, 01 Feb 2008 01:13:11 +0000
Subject: [PATCH] - [Issue 2772] Report preload status   Log database cache preload status, progress and completion reports.

---
 opendj-sdk/opends/src/messages/messages/jeb.properties |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/jeb.properties b/opendj-sdk/opends/src/messages/messages/jeb.properties
index 3deac18..fd19063 100644
--- a/opendj-sdk/opends/src/messages/messages/jeb.properties
+++ b/opendj-sdk/opends/src/messages/messages/jeb.properties
@@ -130,8 +130,22 @@
  because an entry with that name already exists
 MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=The entry cannot be moved because \
  the new parent entry '%s' does not exist
+NOTICE_JEB_CACHE_PRELOAD_STARTED_55=The database cache preload for backend %s \
+ has started
+NOTICE_JEB_CACHE_DB_PRELOADED_56=The database cache preload for database %s \
+ is complete
+NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=The database cache preload for \
+ backend %s has been interrupted while preloading database %s due to time limit
+NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=The database cache preload for \
+ backend %s has been interrupted while preloading database %s due to size limit
+NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=The database cache preload for \
+ backend %s has been interrupted while preloading database %s
+NOTICE_JEB_CACHE_PRELOAD_DONE_60=The database cache preload for backend %s \
+ is complete
 NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=The database cache is %d MB after \
  pre-loading
+SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the \
+ database cache for backend %s:  %s
 SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to \
  obtain the %s MAC provider to create the signed hash for the backup:  %s
 SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting \

--
Gitblit v1.10.0