[CONJ-978] useBatchMultiSend setting as jdbc param is not honored since 2.7.5 Created: 2022-05-31 Updated: 2022-08-16 Resolved: 2022-08-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | aurora |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Tomas | Assignee: | Diego Dupin |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Hello, in 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. |
| Comments |
| Comment by Diego Dupin [ 2022-06-22 ] |
|
Is this an Aurora server ? This kind of server has issue with pipeline that can lead to this kind of result.
In case of using an aurora server without setting aurora configuration, pipelining option (useBatchMultiSend and usePipelineAuth) must explicitly be disabled. |
| Comment by Diego Dupin [ 2022-08-16 ] |
|
closing since no answer |