-
Bug
-
Resolution: Done
-
Blocker
-
7.0.0.DR13 (Alpha)
-
None
With Bytecode enhanced Immutable Entities referenced cached in the 2lc, a reference is retained to the EntityEntry, and in turn a StatefulPersistenceContext, associated with the Entity when it was loaded and stored in the 2lc. The PersitenceContext (and related session objects) are not GC'd after the session is closed.
When there is a high cache miss rate a lot of sessions create cached entities, a lot of sessions are retained in memory
- is incorporated by
-
JBEAP-1604 Update to Hibernate ORM 5.0.5.Final once released
- Verified
- cloned from
-
HHH-10251 Loading...