From 874f6e3a092bdaa5f151c512c9284b15f5886e82 Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Tue, 19 Jan 2010 09:53:03 +0000
Subject: [PATCH] This is about refactoring the way the directory server chooses the  replication server it will connect to. This also introduces a new  (weighed) load balancing feature that spreads DS connections across the  RSs, according to the RS weights defined by the administrator,

---
 opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
index ac060ce..5b3fcd4 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Copyright 2007-2009 Sun Microsystems, Inc.
+  !      Copyright 2007-2010 Sun Microsystems, Inc.
   ! -->
 <adm:managed-object name="replication-server"
   plural-name="replication-servers"
@@ -219,8 +219,8 @@
       The timeout value when waiting for assured mode acknowledgments.
     </adm:synopsis>
     <adm:description>
-      Defines the amount of milliseconds the replication server will wait for
-      assured acknowledgments (in either Safe Data or Safe Read assured sub
+      Defines the number of milliseconds that the replication server will wait
+      for assured acknowledgments (in either Safe Data or Safe Read assured sub
       modes) before forgetting them and answer to the entity that sent an update
       and is waiting for acknowledgment.
     </adm:description>
@@ -288,7 +288,7 @@
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>
-      <adm:integer lower-limit="0"></adm:integer>
+      <adm:integer lower-limit="1"></adm:integer>
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -301,9 +301,9 @@
       The period between sending of monitoring messages.
     </adm:synopsis>
     <adm:description>
-      Defines the amount of milliseconds the replication server will wait before
-      sending new monitoring messages to its peers (replication servers and
-      directory servers).
+      Defines the number of milliseconds that the replication server will wait
+      before sending new monitoring messages to its peers (replication servers
+      and directory servers).
     </adm:description>
     <adm:default-behavior>
       <adm:defined>

--
Gitblit v1.10.0