opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -369,7 +369,6 @@ if (rsInfos.size() > 0) { // At least one server answered, find the best one. String bestServer = computeBestReplicationServer(state, rsInfos, serverId, baseDn, groupId); @@ -1838,4 +1837,15 @@ } } } /** * Check if the broker could not find any Replication Server and therefore * connection attempt failed. * * @return true if the server could not connect to any Replication Server. */ public boolean hasConnectionError() { return connectionError; } }