[CONJ-707] failover might throw an unexpected exception with using "failover"/"sequential" configuration on socket error Created: 2019-06-05 Updated: 2020-08-25 Resolved: 2019-06-06 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | 2.3.0, 2.4.0, 2.4.1 |
| Fix Version/s: | 2.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When specifically using "jdbc:mariadb:failover" or "jdbc:mariadb:sequential", when connection fail, depending on socket state and java implementation, an unexpected exception "java.lang.reflect.UndeclaredThrowableException" can be thrown. |