From 3c931b0f1ba72ce655f1fe03295aff77b4bfcf38 Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Thu, 12 Jun 2014 15:08:37 +0000 Subject: [PATCH] OPENDJ-1472 : File based changelog : optimize random seek in each log file CR-3727 --- opends/src/messages/messages/replication.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index cb27792..844c5c1 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -612,4 +612,6 @@ SEVERE_ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE_280=Could not read content of \ replica offline state file '%s' for domain %s SEVERE_ERR_CHANGELOG_UNABLE_TO_DELETE_REPLICA_OFFLINE_STATE_FILE_281=Could not delete replica \ - offline state file '%s' for domain %s and server id %d \ No newline at end of file + offline state file '%s' for domain %s and server id %d +SEVERE_ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH_282=Could not retrieve file length of \ + file '%s' \ No newline at end of file -- Gitblit v1.10.0