[CONJ-944] Unable to acquire failover connection on AWS Aurora RDS global cluster reader instance Created: 2022-03-15 Updated: 2022-08-22 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | aurora |
| Affects Version/s: | 2.7.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Rudolf Visagie | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | JDBC, aurora, aws, reader | ||
| Environment: |
Ubuntu 20.04.3 LTS java -version |
||
| Description |
|
When the JDBC url starts with the following: "jdbc:mariadb:aurora://" and an attempt is made to obtain a connection on an AWS Aurora RDS global cluster reader instance, the following failure is observed:
If the same operation with the same JDBC URL is performed against a non-global regional cluster then it succeeds. If the "aurora" part is removed from the JDBC URL and an attempt is again made to obtain a connection from the global cluster, then it succeeds. However, according to the documentation, with this configuration fail-over is no longer possible and therefore this is just a workaround. |