Bug 1073082
Summary: | [GSS] (6.2.x) HHH-8983 Database drivers may attach warnings to statement handles and these may accumulate and consume significant memory | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brett Meyer <brmeyer> |
Component: | Hibernate | Assignee: | Brett Meyer <brmeyer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Zbyněk Roubalík <zroubali> |
Severity: | high | Docs Contact: | Lucas Costi <lcosti> |
Priority: | medium | ||
Version: | 6.2.0 | CC: | bmaxwell, cdewolf, lcosti, msimka, sfikes, theute |
Target Milestone: | CR2 | ||
Target Release: | EAP 6.2.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
When using `java.sql.Timestamp` types against a Sybase `datetime` type, Sybase attaches warning objects to the statement handles used by `insert`, `update`, and `query`. In situations where inserts or updates are batched, the accumulation of the warning objects can be significant, and if these statements remained cached, the memory usage can grow significantly. This issue was fixed modifying the JDBC coordinator implementation to log and clear the warnings so they are not retained in memory.
|
Story Points: | --- |
Clone Of: | 1070423 | Environment: | |
Last Closed: | 2014-06-09 12:47:56 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1070423 | ||
Bug Blocks: | 1067532, 1070424, 1073094 |
Description
Brett Meyer
2014-03-05 17:49:01 UTC
verified on EAP 6.2.3.CP.CR2 |