| | |
| | | } |
| | | |
| | | logger.debug(INFO_REPLICATION_SERVER_CONNECTION_TO_RS, getReplicationServerId(), getServerId(), |
| | | replicationServerDomain.getBaseDN().toString(), |
| | | session.getReadableRemoteAddress()); |
| | | replicationServerDomain.getBaseDN(), session.getReadableRemoteAddress()); |
| | | |
| | | super.finalizeStart(); |
| | | } |
| | |
| | | replicationServerDomain.receiveTopoInfoFromRS(inTopoMsg, this, false); |
| | | |
| | | logger.debug(INFO_REPLICATION_SERVER_CONNECTION_FROM_RS, getReplicationServerId(), getServerId(), |
| | | replicationServerDomain.getBaseDN().toString(), |
| | | session.getReadableRemoteAddress()); |
| | | replicationServerDomain.getBaseDN(), session.getReadableRemoteAddress()); |
| | | |
| | | super.finalizeStart(); |
| | | } |