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

mrossign
06.11.2009 3a9e211d36ee94ff99941943b3b51e0f768624f5
opends/src/server/org/opends/server/replication/server/DataServerHandler.java
@@ -309,8 +309,7 @@
    try
    {
      MonitorData md;
      md = replicationServerDomain.computeMonitorData();
      MonitorData md = replicationServerDomain.computeMonitorData();
      // Oldest missing update
      Long approxFirstMissingDate = md.getApproxFirstMissingDate(serverId);
@@ -538,7 +537,7 @@
          return;
        }
        // Send our own TopologyMsg to remote RS
        // Send our own TopologyMsg to remote DS
        TopologyMsg outTopoMsg = sendTopoToRemoteDS();
        logStartSessionHandshake(inStartSessionMsg, outTopoMsg);
@@ -572,6 +571,9 @@
      // Create the status analyzer for the domain if not already started
      createStatusAnalyzer();
      // Create the monitoring publisher for the domain if not already started
      createMonitoringPublisher();
      registerIntoDomain();
      super.finalizeStart();