From 1c126204d9add5e14c4ce3d60c9c89b1a5260133 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Thu, 10 Dec 2009 16:57:24 +0000
Subject: [PATCH] Fix #4395 ECL cookie older than server changelog db trim is not detected
---
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
index 48a5c35..118d73d 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
+++ b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -3196,7 +3196,10 @@
/**
* Returns the start state of the domain, made of the first (oldest)
* change stored for each serverId.
- * @return t start state of the domain.
+ * Note: Because the replication changelogdb triming always keep one change
+ * whatever its date, the change contained in the returned state can be very
+ * old.
+ * @return the start state of the domain.
*/
public ServerState getStartState()
{
--
Gitblit v1.10.0