opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -223,7 +223,13 @@ { final UpdateMsg newMsg = mh.getNextMessage(false /* non blocking */); if (newMsg == null) if (newMsg instanceof ReplicaOfflineMsg) { // and ReplicaOfflineMsg cannot be returned to a search on cn=changelog // proceed as if it was never returned continue; } else if (newMsg == null) { // in non blocking mode, null means no more messages return null; }