[CONJ-230] Wrong host address in exception message on failover Created: 2015-12-02 Updated: 2016-01-12 Resolved: 2016-01-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | None |
| Fix Version/s: | 1.3.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Soichiro Kashima | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.1, Connector/J 1.3.2 |
||
| Description |
|
I'm trying to use failover option for Galera Cluster.
And when failover occurred in a transaction with connection to 192.168.33.13, the driver threw an exception with this message:
But "192.168.33.11" is not the host which caused "communications link failure". I think the cause of this problem is in FailoverProxy#handleFailover().
I found this problem with multi master (MastersFailoverListener), |
| Comments |
| Comment by Diego Dupin [ 2015-12-04 ] |
|
you are right, message concern the new host. |
| Comment by Diego Dupin [ 2015-12-07 ] |
|
closing this by mistake. reopen it |
| Comment by Diego Dupin [ 2016-01-12 ] |
|
Corrected in 1.3.4 |