335336337338339340341342343344345
catch (Exception e) { //ignore } } FailoverState state = getFailoverState(); if (state == FailoverState.NOT_STARTED) { if (causeIsAConnectionProblem) { _logger.info("Connection exception caught therefore going to attempt failover: " + cause, cause);
350351352353354355356357358359360
351352353354355356357358359360361