Bug 758724
| Summary: | Transaction timing can prevent drift file content from being persisted | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | John Sanda <jsanda> |
| Component: | drift | Assignee: | Jay Shaughnessy <jshaughn> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.2 | CC: | jshaughn |
| Target Milestone: | --- | ||
| Target Release: | RHQ 4.3.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-31 09:56:25 UTC | Type: | --- |
| 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: | 752488, 707225 | ||
|
Description
John Sanda
2011-11-30 15:32:21 UTC
master commit b31e3a66a1e75dcad0070b5b78bbd3f8e9005533 This should resolve the timing issue where it was possible for the agent to submit DriftFile content before the DriftFile entity was committed to the database, thus generating exceptions due to the missing entity, and a failure to store the required content. This is not easy to test. jsanda had a good reproduction environment and if he verifies that should be sufficient. I have done some mock testing which has been successful. And the code changes are reviewed by john and mazz. release_jon3.x commit 66a4abdf1e8661a926869f23b8dbd0d357a8c11a |