From 33664325e75eed3df9054c3c5a4cb6c9c0aa0c62 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Fri, 06 Sep 2013 07:02:28 +0000
Subject: [PATCH] CR-2260 Implement Rebuild all indexes Upgrade task - removed start task action (unused) - removed verifyTaskType function (unused) - used LDIF.search to retrieve backends (rebuild index works only on 'enabled' backend). - added rebuild all index task.  - In case of an upgrade where a rebuild all task is present :     . All the other single rebuild indexes are bypass.     . Rebuild-all is launched only if the the user wants to.

---
 opends/src/messages/messages/tools.properties |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 8e8c789..c34dfd3 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2545,8 +2545,11 @@
 upgrade task. Process aborted. Please check log for further details
 INFO_UPGRADE_REBUILD_INDEX_DECLINED_1844 =You have to rebuild the '%s' index \
 manually to get a fully functional server
-SEVERE_ERR_UPGRADE_INVALID_LOG_FILE_1845=Invalid log file %s
-INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS_1846=The rebuild index tool arguments are %s
+INFO_UPGRADE_ALL_REBUILD_INDEX_DECLINED_1845=You have to rebuild all indexes \
+manually to get a fully functional server
+SEVERE_ERR_UPGRADE_INVALID_LOG_FILE_1846=Invalid log file %s
+INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS_1847=The rebuild index tool arguments are %s
+INFO_UPGRADE_REBUILD_ALL_1848=Rebuilding all indexes
 
 # Upgrade tasks
 INFO_UPGRADE_TASK_6869_SUMMARY_10000=Fixing de-DE collation matching rule OID
@@ -2572,4 +2575,4 @@
 INFO_UPGRADE_TASK_8985_2_SUMMARY_10018=Updating subject attribute to user attribute configuration
 INFO_UPGRADE_TASK_9013_DESCRIPTION_10019=OpenDJ 2.5.0-Xpress1 introduced a \
  regression in the ds-sync-hist ordering index. This index has to be rebuilt and this could take a long time \
- to proceed. Do you want to launch this process at automatically at the end of the upgrade ?
+ to proceed. Do you want to launch this process at automatically at the end of the upgrade?

--
Gitblit v1.10.0