// we use the config().broadcastAddressAndPort() here because we have not initialised the Instance
...
...
@@ -267,7 +282,27 @@ public abstract class AbstractCluster<I extends IInstance> implements ICluster<I
if(null!=prev)
thrownewIllegalStateException("Cluster cannot have multiple nodes with same InetAddressAndPort: "+instance.broadcastAddress()+" vs "+prev.broadcastAddress());