Bug 1102968
Summary: | [GSS](6.4.0)HHH-9231 Uncommitted data can remain in transactional collection cache after rollback if collection is initialized after flush | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Stephen Fikes <sfikes> | |
Component: | Hibernate | Assignee: | Gail Badner <gbadner> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.2.2 | CC: | cdewolf, dandread, jmartisk, kkhan, msimka | |
Target Milestone: | DR11 | |||
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
When using Infinispan with a transactional caching strategy, users may experience the following issue if a transaction involves flushing a new entity to the database, then initializing a collection containing that new entity:
If a transaction rolls back, the new entity may remain in the level 2 collection cache. This can result in `javax.persistence.EntityNotFoundException` error in a later transaction, if that collection is initialized from the level 2 collection cache.
This issue is expected to be resolved in a later release of the product.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1102974 (view as bug list) | Environment: | ||
Last Closed: | Type: | Bug | ||
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1102974, 1121629 | |||
Attachments: |
Description
Stephen Fikes
2014-05-30 00:19:30 UTC
Created attachment 900849 [details]
EAP 6.2.2 test case based on EAP quick start (with README)
Created attachment 901002 [details]
EAP 6.2.2 test case based on EAP quick start (with *corrected* README)
Per Bug 1125169, set the 'requires_doc_text' flag to '-' because it this one is targeted for 6.4 and duplicates Bug 1102974 Fixed for 6.4.0 Fixed by Hibernate 4.2.16.Final upgrade https://bugzilla.redhat.com/show_bug.cgi?id=1121629 Verified in EAP 6.4.0.DR11 / hibernate 4.2.16.Final-redhat-1 |