{
DatabusThreadBase applierThread = applierThreadEntry.getValue();
if (applierThread.isAlive())
{
applierThread.shutdownAsynchronously();
applierThread.interrupt();
applierThread.awaitShutdownUniteruptibly();
}
}
if (_dbDiskSpaceTriggerThread.isAlive())