[CONJ-700] autoReconnect=true on Basic Failover doesn't reconnect Created: 2019-04-21 Updated: 2019-06-13 Resolved: 2019-06-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | 2.4.1 |
| Fix Version/s: | 2.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | William Chiquito | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | Basic-Failover, autoReconnect | ||
| Environment: |
Ubuntu 18.04 (OS) |
||
| Description |
|
Failover and Load Balancing Parameters :: autoReconnect When this parameter enabled when a Failover and Load Balancing Mode is not in use, the connector will simply try to reconnect to its host after a failure. This is referred to as Basic Failover.
According to the documentation, the expected result should be 1 (reconnect), however, it's 2. Why doesn't the driver reconnect?. |