This closes #2264
This commit is contained in:
commit
c2c2ce0a47
|
@ -114,7 +114,7 @@ public final class SharedStoreBackupActivation extends Activation {
|
||||||
|
|
||||||
activeMQServer.getNodeManager().releaseBackup();
|
activeMQServer.getNodeManager().releaseBackup();
|
||||||
}
|
}
|
||||||
if (sharedStoreSlavePolicy.isAllowAutoFailBack()) {
|
if (sharedStoreSlavePolicy.isAllowAutoFailBack() && ActiveMQServerImpl.SERVER_STATE.STOPPING != activeMQServer.getState() && ActiveMQServerImpl.SERVER_STATE.STOPPED != activeMQServer.getState()) {
|
||||||
startFailbackChecker();
|
startFailbackChecker();
|
||||||
}
|
}
|
||||||
} catch (ClosedChannelException | InterruptedException e) {
|
} catch (ClosedChannelException | InterruptedException e) {
|
||||||
|
|
Loading…
Reference in New Issue