mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
30.22.2008 4eca1daf9c44ff26bbb40189334470ae1ae8e4eb
Fix for issue 3261 : ModifyFakeOperation are not freed

When connecting to a Replication Server that is missing some changes,
the replication plugin is building a list of changes that is never free.
This change clear the list when the process is completed.
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
@@ -302,6 +302,7 @@
                message = DEBUG_CHANGES_SENT.get();
                logError(message);
              }
              replayOperations.clear();
            }
            replicationServer = tmpReadableServerName;