From fc6ff5cd4f579042078b4103af7931804895f344 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Mon, 05 Sep 2016 09:59:31 +0000
Subject: [PATCH] OPENDJ-3263: import with DN validation on JE is using high disk space

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

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
index cc438c2..fa75f3d 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -179,10 +179,6 @@
  trying to open the rejects file %s for writing:  %s
 ERR_LDIFIMPORT_ERROR_DURING_IMPORT_96=An error occurred while \
  attempting to process the LDIF import:  %s
-ERR_LDIFIMPORT_ERROR_CONSTRAINT_VIOLATION_97=One or more DN \
-indexes could not be built due to invalid DNs or missing parent entries. \
-Please re-import the data without the --skipDNValidation option in order \
-to determine the exact cause
 INFO_PROCESSING_OPERATION_104=Processing %s request for %s
 INFO_OPERATION_FAILED_105=%s operation failed
 INFO_OPERATION_SUCCESSFUL_106=%s operation successful for DN %s
@@ -2231,8 +2227,6 @@
 INFO_LDIFIMPORT_DESCRIPTION_TEMP_DIRECTORY_1683=Path to temporary directory \
 for index scratch files during LDIF import
 INFO_LDIFIMPORT_TEMP_DIR_PLACEHOLDER_1684={directory}
-INFO_LDIFIMPORT_DESCRIPTION_DN_VALIDATION_1685=Perform DN validation \
- during later part of LDIF import
 INFO_LDIFIMPORT_DESCRIPTION_THREAD_COUNT_1686=Number of threads used to \
  read LDIF file during import. Default value (0) equals: 2 x (number of CPUs)
 INFO_LDIFIMPORT_THREAD_COUNT_PLACEHOLDER_1687={count}

--
Gitblit v1.10.0