opends/src/server/org/opends/server/replication/server/changelog/je/JEChangelogDB.java
@@ -728,7 +728,9 @@ startAfterServerState.getCSN(serverId) : null; cursors.put(getCursorFrom(baseDN, serverId, lastCSN), null); } return new CompositeDBCursor<Void>(cursors); // recycle exhausted cursors, // because client code will not manage the cursors itself return new CompositeDBCursor<Void>(cursors, true); } /** {@inheritDoc} */