[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2431) QueryPlanCache grows without bound. Eventually gets OutOfMemoryException

Eric Goff (JIRA) noreply at atlassian.com
Sun Feb 18 12:59:52 EST 2007


QueryPlanCache grows without bound.   Eventually gets OutOfMemoryException
--------------------------------------------------------------------------

         Key: HHH-2431
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2431
     Project: Hibernate3
        Type: Bug

  Components: core  
    Versions: 3.2.2    
 Environment: all versions, all platforms
    Reporter: Eric Goff


Every time you execute a query, and that query does not match any existing queries
in the QueryPlanCache, that query is *always* added to the Query Plan Cache, along with
a lot of various antlr stuff.

There seems to be no way to control it.

Minimally, there should be some sort of heap of query plans where the
least used query plan is ejected when the cache reaches it max size.

The cache size should, of course, be user configurable.


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