The connectAndRestore method is supposed to exit when failovers.length == 1, but will only do so if the log level is INFO
else if ( failovers.length == 1 )
{
// if there is only the primary, return out of this
if ( log.isInfoEnabled() )
{
log.info( "No failovers defined, exiting failover
runner." );
return;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
