mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-03 07:49:24 +00:00
fixing regression caused by #397
This commit is contained in:
parent
89aafa44bb
commit
c4760488e3
@ -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…
x
Reference in New Issue
Block a user