From 272f803e2dbe9da48152ea61814e43e387146f8b Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 17 Mar 2008 15:41:50 +0000
Subject: [PATCH] These changes remove the temporary file limitation from import-ldif. Several other changes were made also:

---
 opends/src/messages/messages/jeb.properties |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties
index 57fb4c6..20ac108 100644
--- a/opends/src/messages/messages/jeb.properties
+++ b/opends/src/messages/messages/jeb.properties
@@ -354,3 +354,32 @@
 INFO_JEB_IMPORT_STARTING_173=%s starting import (build %s, R%d)
 SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory \
  '%s' does not exist
+SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=The import was aborted because an \
+  uncaught exception was thrown during processing
+INFO_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=Import LDIF environment close \
+  took %d seconds
+INFO_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=Begin substring buffer flush of %d \
+  elements. Buffer total access: %d  buffer hits: %d
+INFO_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=Substring buffer flush \
+  completed in %d seconds
+INFO_JEB_IMPORT_LDIF_FINAL_CLEAN_179=Begin final cleaner run
+INFO_JEB_IMPORT_LDIF_CLEAN_180=Begin cleaner run
+INFO_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=Cleaner run took %d seconds %d logs \
+  removed
+INFO_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=Cleaner will remove %d logs
+INFO_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=Available buffer memory %d bytes is \
+  below the minimum value of %d bytes. Setting available buffer memory to \
+  the minimum
+INFO_JEB_IMPORT_LDIF_MEMORY_INFO_185=Using DB cache bytes: %d available \
+  substring buffer bytes: %d
+INFO_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=Available buffer memory %d \
+  bytes is below the minimum value of %d bytes allowed for a single import \
+  context. Setting context available buffer memory to the minimum
+INFO_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Checkpoints performed: %d
+INFO_JEB_IMPORT_LDIF_CLEANER_STATS_188=Cleaner runs: %d files deleted: %d \
+  entries read: %d IN nodes cleaned: %d
+INFO_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=Eviction in progress. Passes: \
+  %d nodes evicted: %d BIN nodes stripped: %d
+INFO_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=Eviction detected after importing \
+  %d entries
+

--
Gitblit v1.10.0