From b5acb25ee2ad9bf8b166b9de1a34e6aab6ea23b7 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 01 Sep 2006 12:04:47 +0000
Subject: [PATCH] issue 604 : solve the naming conflict that might happen when several masters are used there are 3 main parts in this commit : - attach the replication context in an OperationContext - if operation replay fails then fix the problem - in the pre-op checks for conflict and cause failure if necessary most of the time there should be no conflict and the operation should be processed normally
---
opends/src/server/org/opends/server/changelog/ChangelogCache.java | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/changelog/ChangelogCache.java b/opends/src/server/org/opends/server/changelog/ChangelogCache.java
index 5db10e3..460d4bc 100644
--- a/opends/src/server/org/opends/server/changelog/ChangelogCache.java
+++ b/opends/src/server/org/opends/server/changelog/ChangelogCache.java
@@ -265,8 +265,6 @@
{
/*
* create the balanced tree that will be used to forward changes
- * TODO initialize it will all the previous changes that this replicaID
- * has not seen
*/
synchronized (connectedServers)
{
@@ -305,8 +303,6 @@
{
/*
* create the balanced tree that will be used to forward changes
- * TODO initialize it will all the previous changes that this replicaID
- * has not seen
* TODO throw proper exception
*/
synchronized (changelogServers)
@@ -482,7 +478,6 @@
public void sendAck(ChangeNumber changeNumber, boolean isLDAPserver,
short serverId)
{
- // TODO Auto-generated method stub
ServerHandler handler;
if (isLDAPserver)
handler = connectedServers.get(serverId);
--
Gitblit v1.10.0