[CONJ-477] Aurora not compatible with option usePipelineAuth Created: 2017-05-23 Updated: 2017-06-04 Resolved: 2017-06-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | aurora |
| Affects Version/s: | 2.0.0-RC, 1.6.0, 2.0.1 |
| Fix Version/s: | 1.6.1, 2.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Xing Du | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Environment: HikariCP version: 2.6.1 Issue: Usage: The application stuck at the line: Got this log while I'm using "com.mysql.jdbc.Driver": But after switching to mariadb connector, this is the last line I see: Note: I've tested with multiple mysql servers as well as an Aurora one. Regardless of which one is used as jdbc URL, HikariDataSource fails starting as long as I use mariadb driver. Temporary Solution: After going through the change log for 1.6.0 / 2.0.0-RC, I found out the culprit: usePipelineAuth is default to true.
|
| Comments |
| Comment by Xing Du [ 2017-05-24 ] |
|
Hi MariaDB JDBC driver developer(s) It seems the "usePipelineAuth" introduced in 2.0.0 is incompatible with AWS Aurora cluster / instances. If you need more details for debugging this issue, please let me know and I'd be happy to help providing more details. |
| Comment by Diego Dupin [ 2017-06-04 ] |
|
Aurora detection has been added to prevent use of 2 options that have inconsistent issue : useBatchMultiSend and usePipelineAuth. |