From a719d21181a3b1c98c16bc677e892cf67fed4e7f Mon Sep 17 00:00:00 2001 From: mrossign <mrossign@localhost> Date: Thu, 18 Dec 2008 17:13:46 +0000 Subject: [PATCH] Assured Replication: - support for dynamic reconfiguration (domain and replication server) - performance improvement in domain (less lock time between sending threads) - performance improvement in server (safe data ack before DB push) - more monitoring info for safe read mode Misc: - support for dynamic domain group id reconfiguration --- opends/src/messages/messages/replication.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index 64354b8..ca2ee16 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -349,7 +349,7 @@ generation ID=%s when expected generation ID=%s NOTICE_DS_RECEIVED_ACK_ERROR_147=In replication service %s and server id %s, the \ assured update message %s was acknowledged with the following errors: %s -SEVERE_ERR_DS_ACK_TIMEOUT_148=In replication service %s, timeout after %s ms \ +NOTICE_DS_ACK_TIMEOUT_148=In replication service %s, timeout after %s ms \ waiting for the acknowledgement of the assured update message: %s SEVERE_ERR_DS_UNKNOWN_ASSURED_MODE_149=In directory server %s, received unknown \ assured update mode: %s, for domain %s. Message: %s -- Gitblit v1.10.0