[CONJ-995] Duplicate rows are returned in streaming ResultSet. Created: 2022-07-26 Updated: 2023-11-06 |
|
| Status: | Needs Feedback |
| Project: | MariaDB Connector/J |
| Component/s: | aurora, mysql_compatibility |
| Affects Version/s: | 2.4.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Pranjal Gupta | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | DuplicateRows | ||
| Environment: |
UBUNTU, Java application. |
||
| Description |
|
We are using AWS Aurora Mysql as out database and mariadb-java-client (version: 2.4.4). When we stream the ResultSet from database then some times size of the ResultSet increases continuously and it is more then the provided FetchSize parameter. And duplicate rows are retrieved from the database.
|
| Comments |
| Comment by Ralf Gebhardt [ 2022-07-28 ] |
|
Hi Pranjal, MariaDB Connector/J 2.4 is not in maintenance anymore for several years already. Do you see the same happening with version 2.7? |
| Comment by Pranjal Gupta [ 2022-08-01 ] |
|
Thank you for the response ralf.gebhardt@mariadb.com |