| | |
| | | if (!hasReplicationPort1) |
| | | { |
| | | if (!argParser.skipReplicationPortCheck() && |
| | | uData.configureReplicationServer1() && |
| | | isLocalHost(host1) && |
| | | !SetupUtils.canUseAsPort(replPort1)) |
| | | { |
| | |
| | | if (!hasReplicationPort2) |
| | | { |
| | | if (!argParser.skipReplicationPortCheck() && |
| | | uData.configureReplicationServer2() && |
| | | isLocalHost(host2) && |
| | | !SetupUtils.canUseAsPort(replPort2)) |
| | | { |
| | |
| | | ServerDescriptor s = replica.getServer(); |
| | | if (!alreadyConfiguredServers.contains(s.getId())) |
| | | { |
| | | serversToConfigureDomain.add(server); |
| | | serversToConfigureDomain.add(s); |
| | | } |
| | | } |
| | | } |