This closes #401
This commit is contained in:
commit
5abf5d3fca
|
@ -283,13 +283,12 @@ public class SharedNothingLiveActivation extends LiveActivation {
|
|||
locator.setReconnectAttempts(0);
|
||||
try (ClientSessionFactoryInternal factory = locator.connectNoWarnings()) {
|
||||
// Just try connecting
|
||||
listener.latch.await(5, TimeUnit.SECONDS);
|
||||
}
|
||||
catch (Exception notConnected) {
|
||||
return false;
|
||||
}
|
||||
|
||||
listener.latch.await(5, TimeUnit.SECONDS);
|
||||
|
||||
return listener.isNodePresent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue