return ownerConnectionFuture.createNew(translatedAddress);
}
@Override
public ClientConnection connectToAddress(Address target) throws Exception {
Authenticator authenticator = new ClusterAuthenticator();
int count = 0;
IOException lastError = null;
while (count < RETRY_COUNT) {
try {
return getOrConnect(target, authenticator);