From 52564b6e5046b3b76218ff1f68896474a00b402e Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Tue, 15 Dec 2009 00:10:48 +0000 Subject: [PATCH] Import scalabilty improvements. --- opendj-sdk/opends/src/messages/messages/jeb.properties | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/jeb.properties b/opendj-sdk/opends/src/messages/messages/jeb.properties index 14b248f..444357e 100644 --- a/opendj-sdk/opends/src/messages/messages/jeb.properties +++ b/opendj-sdk/opends/src/messages/messages/jeb.properties @@ -365,10 +365,9 @@ SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_194=Configuration \ attribute ds-cfg-db-cache-size has a value of %d which is less than \ the minimum: %d -NOTICE_JEB_IMPORT_LDIF_DIRECT_MEM_REPORT_195=Direct memory phase two \ -buffer count %d and read ahead cache size %d -NOTICE_JEB_IMPORT_LDIF_INDIRECT_MEM_REPORT_196=Memory phase two \ -buffer count %d and read ahead cache size %d +NOTICE_JEB_IMPORT_LDIF_PHASE_TWO_MEM_REPORT_196=The available memory for phase \ +two processing is %d bytes. The read ahead cache size is %d bytes calculated \ +using %d buffers NOTICE_JEB_IMPORT_LDIF_BUFF_SIZE_LESS_DEFAULT_197=Setting phase one buffer \ size to minimal %d bytes and proceeding SEVERE_ERR_DATABASE_ERROR_198=Database error during backend operation: %s @@ -389,3 +388,15 @@ SEVERE_ERR_CONFIG_JEB_DURABILITY_CONFLICT_206=Configuration attributes \ ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually \ exclusive and cannot be both set at the same time +SEVERE_ERR_JEB_IMPORT_LDIF_PENDING_ERR_207=The following error was received \ +while performing a pending DN check: %s +NOTICE_JEB_IMPORT_LDIF_TMP_ENV_MEM_208=The amount memory available to \ +the temporary DN cache environment is %d bytes +NOTICE_JEB_IMPORT_PHASE_STATS_209=Total import time was %d seconds. Phase one \ +processing completed in %d seconds, phase two processing completed in %d seconds +SEVERE_ERR_JEB_IMPORT_UNCAUGHT_EXCEPTION_210=The following error was received \ +by the uncaught exception handler: %s +NOTICE_JEB_IMPORT_LDIF_INDEX_STARTED_211=Index %s phase two started processing \ +%d buffers +SEVERE_ERR_JEB_IMPORT_LDIF_REBUILD_INDEX_TASK_ERR_212=The following \ +error was received while processing the rebuild index task: %s -- Gitblit v1.10.0