From 7350c8e340536122e09a7d928ba4a0ad4e1669e3 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <ylecaillez@forgerock.com>
Date: Thu, 10 Dec 2015 10:57:47 +0000
Subject: [PATCH] OPENDJ-2170: verify-index should display more information in case of error found.

---
 opendj-server-legacy/src/messages/org/opends/messages/backend.properties |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
index 0b17491..1985863 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
@@ -1341,3 +1341,21 @@
 ERR_IMPORT_UNKNOWN_SUFFIX_COMMAND_STRATEGY_581=Unknown suffix strategy while importing suffix "%s"
 NOTE_IMPORT_LDIF_NOT_TRUSTED_FAILED_582= Setting indexes to not trusted failed \
 for the following reason: %s
+ERR_VERIFY_MISSING_ID_583=Missing ID %d%n%s
+ERR_VERIFY_MISSING_ENTRY_VLV_584=Missing entry %s in VLV index %s
+ERR_VERIFY_UNKNOWN_ID_585=Reference to unknown entry ID %s%n%s
+ERR_VERIFY_ENTRY_NON_MATCHING_KEY_586=Reference to entry ID %s has a key which \
+does not match the expected key%n%s
+ERR_VERIFY_EMPTY_IDSET_587=Empty ID set: %n%s
+ERR_VERIFY_DUPLICATE_REFERENCE_588=Duplicate reference to ID %d%n%s
+ERR_VERIFY_UNKNOWN_REFERENCE_589=Reference to unknown ID %d%n%s
+ERR_VERIFY_UNEXPECTED_REFERENCE_590=Reference to entry <%s> which does not match the value%n%s
+ERR_VERIFY_DN2ID_MISSING_KEY_591=File dn2id is missing key %s.
+ERR_VERIFY_DN2ID_WRONG_ID_592=File dn2id has ID %d instead of %d for key %s.
+ERR_VERIFY_DN2ID_UNKNOWN_ID_593=File dn2id has DN <%s> referencing unknown ID %d.
+ERR_VERIFY_DN2ID_WRONG_ENTRY_594=File dn2id has DN <%s> referencing entry with wrong DN <%s>.
+ERR_VERIFY_WRONG_ENTRY_COUNT_595=The stored entry count in id2entry (%d) does \
+not agree with the actual number of entry records found (%d).
+ERR_VERIFY_ID2COUNT_WRONG_COUNT_596=File id2childrenCount has wrong number of \
+children for DN <%s> (got %d, expecting %d)
+ERR_VERIFY_ID2COUNT_WRONG_ID_597=File id2ChildrenCount references non-existing EntryID <%d>.

--
Gitblit v1.10.0