-
Bug
-
Resolution: Done
-
Critical
-
7.4.9.GA
According to the Hibernate documentation the cache mode GET is defined like this: "The session may read items from the cache, but will not add items, except to invalidate items when updates occur."
The problem is that these invalidations don't happen. The background tasks not only create a lot of entities but also change some of them. So the failing cache invalidation leads to an inconsistent cache state. We got a lot of complaints from users that after such a background task ran, the information they see in their apps are incorrect. But on the other hand we can not refrain from changing the cache mode, since this will lead to performance issues.
- is incorporated by
-
JBEAP-24572 [GSS](7.4.z) Upgrade Hibernate ORM from 5.3.28.Final-redhat-00001 to 5.3.29.Final-redhat-00001
- Closed
- relates to
-
JBEAP-24834 [GSS](8.0.0) Upgrade Hibernate to 6.2.3 or later
- Closed
- incorporates
-
HHH-13627 Loading...