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/server/org/opends/server/config/ConfigConstants.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index fef6d3f..9e07ab6 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -23,7 +23,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
- *      Portions copyright 2011-2012 ForgeRock AS
+ *      Portions copyright 2011-2013 ForgeRock AS
  */
 package org.opends.server.config;
 
@@ -4332,6 +4332,13 @@
   public static final String ATTR_REBUILD_INDEX =
        NAME_PREFIX_TASK + "rebuild-index";
 
+  /**
+   * The name of the attribute in an rebuild task definition that specifies the
+   * degraded index which needs to be clear.
+   */
+  public static final String ATTR_REBUILD_INDEX_CLEARDEGRADEDSTATE =
+      ATTR_REBUILD_INDEX + "-clear-degraded-state";
+
 
   /**
    * The name of the attribute in an rebuild task definition that specifies the

--
Gitblit v1.10.0