From 010eb1a3897f43458830cef58270d8196c3a4459 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Thu, 07 Feb 2013 13:27:03 +0000
Subject: [PATCH] OPENDJ-473 CR-1252 Implement a task which allows the administrator to forcefully clear an index's degraded status.

---
 opends/src/messages/messages/tools.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 3b8eab6..7e40eef 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2011-2012 ForgeRock AS
+#      Portions Copyright 2011-2013 ForgeRock AS
 
 
 
@@ -2595,3 +2595,9 @@
  cannot be specified with the "--rebuildDegraded" option
 SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_DIGEST_MD5_FQDN_1733=An error occurred while \
  attempting to update the FQDN for the DIGEST-MD5 SASL mechanism:  %s
+INFO_REBUILDINDEX_DESCRIPTION_CLEAR_DEGRADED_STATE_1734=Indicates that indexes do not need \
+rebuilding because they are known to be empty and forcefully marks them as valid. \
+This is an advanced option which must only be used in cases where a degraded index \
+is known to be empty and does not therefore need rebuilding. \
+This situation typically arises when an index is created for an attribute \
+which has just been added to the schema
\ No newline at end of file

--
Gitblit v1.10.0