mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
20.44.2009 1990fa43bdcee1079c3e7909a416f705282a476a
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -3038,6 +3038,9 @@
    ReplicationMonitor.addMonitorData(attributes, "unresolved-naming-conflicts",
        getNumUnresolvedNamingConflicts());
    ReplicationMonitor.addMonitorData(attributes, "remote-pending-changes-size",
        remotePendingChanges.getQueueSize());
    return attributes;
  }
}