opends/src/server/org/opends/server/replication/server/changelog/je/ChangeNumberIndexer.java
@@ -483,6 +483,7 @@ { final ReplicationDomainDB domainDB = changelogDB.getReplicationDomainDB(); cursor = domainDB.getCursorFrom(baseDN, serverId, startAfterCSN); cursor.next(); map.put(serverId, cursor); return false; }