opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -266,7 +266,7 @@ * A boolean indicating if the thread used to save the persistentServerState * is terminated. */ private boolean done = false; private boolean done = true; /** * This class contain the context related to an import or export @@ -1222,6 +1222,8 @@ @Override public void run() { done = false; // Create the listener thread listenerThread = new ListenerThread(this, updateToReplayQueue); listenerThread.start();