opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -3005,7 +3005,8 @@ // The server is shutting down. listenerThread.initiateShutdown(); } else if (processUpdate(updateMsg)) else if (processUpdate(updateMsg) && updateMsg.contributesToDomainState()) { /* * Warning: in synchronous mode, no way to tell the replay of an @@ -3426,9 +3427,11 @@ */ public void publish(UpdateMsg msg) { // Publish the update broker.publish(msg); state.update(msg.getCSN()); if (msg.contributesToDomainState()) { state.update(msg.getCSN()); } numSentUpdates.incrementAndGet(); }