| | |
| | | |
| | | try |
| | | { |
| | | MonitorData md; |
| | | md = replicationServerDomain.computeMonitorData(); |
| | | MonitorData md = replicationServerDomain.computeMonitorData(); |
| | | |
| | | // Oldest missing update |
| | | Long approxFirstMissingDate = md.getApproxFirstMissingDate(serverId); |
| | |
| | | return; |
| | | } |
| | | |
| | | // Send our own TopologyMsg to remote RS |
| | | // Send our own TopologyMsg to remote DS |
| | | TopologyMsg outTopoMsg = sendTopoToRemoteDS(); |
| | | |
| | | logStartSessionHandshake(inStartSessionMsg, outTopoMsg); |
| | |
| | | // 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(); |