Replies: 5 comments 4 replies
-
Hello @ksampath8 , Thank you very much for reaching about this issue. For some reason, an exception was thrown while executing the We have written and merged a fix that should fix the issue. Could you kindly checkout our snapshot build and let us know if the issue still persists? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi @brunos-bq |
Beta Was this translation helpful? Give feedback.
-
Hi @brunos-bq, We have used the I've looked a bit more closely at patterns of this error and I think I have a better understanding of what is going on, so here is additional detail about what were are seeing.
This last point seems to indicate that the problem is happening every time a new connection is made to the Database. It seems that the AWS JDBC Wrapper tries to see if it's a RDS MultiAz database, which isn't the case for us. But the current approach of how to determine has 2 issues in my mind:
I hope this can help target the problem. Let me know if you need more details or data about this. Update stacktrace with snapshot
|
Beta Was this translation helpful? Give feedback.
-
Hello @ksampath8, We have written and merged another change with the hope of finally resolving that issue. Would you mind trying the new snapshot version and verifying whether the issue still persists? Thanks! |
Beta Was this translation helpful? Give feedback.
-
The fix implemented for this issue has been released in the latest version of the AWS JDBC Driver. Closing the ticket. |
Beta Was this translation helpful? Give feedback.
-
Hi Team , we are noticing below error messages with AWS advanced wrapper driver version 2.3.1
We are using AWS Aurora MySQL database.
As mentioned in the docs , we are not mentioning the
wrapperDialect
parameter.It looks like the wrapper driver is using RdsMultiAzDbClusterMysqlDialect.java , instead of AuroraMysqlDialect.java
Could you please suggest if below is error because the AWS wrapper tries to determine if it's RDS or Aurora and then, query fails and it falls back to AuroraMySQL Dialect?
Please let me know if I can share any additional details
Trace
Beta Was this translation helpful? Give feedback.
All reactions