[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3195) session.clear() is not effective when use_query_cache is true

Strong Liu (JIRA) noreply at atlassian.com
Fri Jun 17 07:24:25 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42620#action_42620 ] 

Strong Liu commented on HHH-3195:
---------------------------------

iirc, this is resolved (i don't know when), take a look of https://github.com/hibernate/hibernate-core/blob/master/hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java#L280, the ActionQuene does not hold reference anymore.

would you guys please confirm? (or am i missing anythign here?)
p.s. i just tried insert Integer.MAX_VALUE simple objects with query cache enabled, and no OME

> session.clear() is not effective when use_query_cache is true
> -------------------------------------------------------------
>
>                 Key: HHH-3195
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3195
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.2.6
>         Environment: 3.2.6.ga, MySQL5
>            Reporter: James Berry
>
> As discussed in detail in http://forum.hibernate.org/viewtopic.php?t=944918, performing many inserts while use_query_cache is enabled will eventually cause an out of memory condition, even if the session is periodically flushed and cleared. That forum thread describes a potential root cause for this problem. Nobody from the Hibernate team has responded regarding the forum thread, even though it's been alive for three years now!
> Note that an answer to "disable the query cache" is not a good solution to the problem, as we need the query cache elsewhere. If it were possible to disable the query cache for a particular session, that would be fine, but I see no way do that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list