596061626364656667
final URI uri = server.getLocation(); if (uri == null) throw new RemoteFailoverException("Attempted to connect to " + failed.size() + " servers."); Client.fireEvent(new BootstrappingConnection(uri)); return connect(cluster, uri); }
7475767778798081828384
if (uri == null) { throw new RemoteFailoverException("Attempted to connect to " + failed.size() + " servers."); } Client.fireEvent(new BootstrappingConnection(uri)); return connect(cluster, uri); } finally { l.unlock(); }
616263646566676869