Do not treat a SQLTimeoutException as an evictable offense

pull/2238/head
Jiwoo Lee 4 months ago
parent 00e9d3cf79
commit 4d114f65b4

@ -160,7 +160,6 @@ public abstract class ProxyConnection implements Connection
break;
}
else if (sqlState != null && sqlState.startsWith("08")
|| nse instanceof SQLTimeoutException
|| ERROR_STATES.contains(sqlState)
|| ERROR_CODES.contains(nse.getErrorCode())) {

Loading…
Cancel
Save