[CONJ-661] Intermittent NullPointerException in prepareStatement Created: 2018-11-15 Updated: 2020-03-21 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | aurora, Failover |
| Affects Version/s: | 2.3.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Joseph Witthuhn | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Amazon Linux |
||
| Description |
|
I believe the fix for this issue is likely similar to these two commits that were made for
We are connecting to an AWS Aurora RDS datasource using a connection string that looks like this: After connecting successfully, we are occasionally getting this NullPointerException on calls to prepareStatement:
In this instance, our input into Groovy's eachRow method was: |