Skip to content

Commit

Permalink
[CONJ-309] correction of possible NPE on aurora when failover occur d…
Browse files Browse the repository at this point in the history
…uring connection initialisation
  • Loading branch information
rusher committed Jun 8, 2016
1 parent 62ffa86 commit 411851a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ public HostAddress searchByStartName(Protocol secondaryProtocol, List<HostAddres
//eat exception because cannot happen in this getString()
} catch (QueryException qe) {
if (proxy.hasToHandleFailover(qe) && setSecondaryHostFail()) {
addToBlacklist(currentProtocol.getHostAddress());
addToBlacklist(secondaryProtocol.getHostAddress());
}
}
}
Expand Down

0 comments on commit 411851a

Please sign in to comment.