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

James Berry (JIRA) noreply at atlassian.com
Fri Mar 21 15:31:32 EDT 2008


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: Hibernate3
          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