From 40c19698a7c27ef73ae26439a962c62e373813a8 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Tue, 17 Dec 2013 10:43:35 +0000 Subject: [PATCH] OPENDJ-1231 (CR-2724) Make the Medium Consistency Point support replica heartbeats --- opends/src/messages/messages/replication.properties | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index bc9d697..5d66ce7 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -527,4 +527,12 @@ for DS(%d) to connect to because it was the only one standing after all tests NOTICE_UNKNOWN_RS_234=RS(%d) could not be contacted by DS(%d) SEVERE_ERR_CANNOT_CREATE_REPLICA_DB_BECAUSE_CHANGELOG_DB_SHUTDOWN_235=Could not \ - create replica database because the changelog database is shutting down \ No newline at end of file + create replica database because the changelog database is shutting down +FATAL_ERR_CHANGE_NUMBER_INDEXER_UNEXPECTED_EXCEPTION_236=An unexpected error \ + forced the %s thread to shutdown: %s. \ + The changeNumber attribute will not move forward anymore. \ + You can reenable this thread by first setting the "compute-change-number" \ + property to false and then back to true +FATAL_ERR_CHANGE_NUMBER_INDEXER_INCONSISTENT_CSN_READ_237=Aborting initialization: \ + expected the newest change number index record CSN '%s' to be equal to \ + the CSN read from the replica DBs '%s' -- Gitblit v1.10.0