Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
Hello, in CONJ-895 usage of useBatchMultiSend (another param was also changed). This was merged into 2.7.5. When using this driver we explicitly now set useBatchMultiSend to false.
However, it does not seem to work correctly. Actually, when our app sends multiple inserts into a single table, the communication hangs in the middle and we are left with a connection leak.
Downgrading to 2.7.4 fixes the issue for us.
Attachments
Issue Links
- relates to
-
CONJ-948 Under certain circumstances, Connector J does not send "commit"
-
- Closed
-
Is this an Aurora server ? This kind of server has issue with pipeline that can lead to this kind of result.
CONJ-895correct some issue that was disabling pipelining for RDS instance without reason.Driver now only check for aurora "jdbc:mariadb:aurora://" pattern.
In case of using an aurora server without setting aurora configuration, pipelining option (useBatchMultiSend and usePipelineAuth) must explicitly be disabled.