[CONJ-170] There is an memory leak in mariadb client, version 1.2.0 which is latest Created: 2015-07-22 Updated: 2015-09-16 Resolved: 2015-09-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bae MunHwan | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
java 1.7 |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Sprint: | Sprint connector/j 1.3.0 | ||||||||||||||||
| Description |
| Comments |
| Comment by Diego Dupin [ 2015-07-22 ] |
|
Have you an extract of the code you are using (if you have isolated some problem) ? |
| Comment by Diego Dupin [ 2015-07-22 ] |
|
After checking the memory footprint on my side, I looked in detail to your JProfiler images. You will confimed what i'm thinking, but it seems that the footprint you send is after the launch of an application using ibatis, that has prepared a lot of queries in mapper XML Files. The connector performs client preparation, not on server side. This is one of the evolutions of the connector that is to be programmed quickly ! |
| Comment by Diego Dupin [ 2015-09-16 ] |
|
the problem has been reproduced and corrected in 1.3.0 |
| Comment by Diego Dupin [ 2015-09-16 ] |
|
Corrected in 1.3.0. |