Bug 1363836
| Summary: | [GSS] (6.4.z) JBTM-2703 - When a transaction is committed at the same instance as a resource adapter/remote EJB calls XAT::recover() then you can get an NPE | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Stephen Fikes <sfikes> | |
| Component: | Transaction Manager | Assignee: | Stephen Fikes <sfikes> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Chaloupka <ochaloup> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.3.0 | CC: | bmaxwell, jbilek, jtruhlar, msochure, tom.jenkinson | |
| Target Milestone: | CR1 | |||
| Target Release: | EAP 6.4.11 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Cause: Prepared transaction objects stored in the transaction store on the file system may be deleted as the result of commit or rollback.
Consequence: An in-progress recovery operation may encounter a NullPointerException accessing the transaction object following a failed load of the deleted file.
Fix: The logic will test to verify that the transaction object loaded by recovery is not null before attempting to use it.
Result:
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1363841 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-17 13:08:09 UTC | 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: | 1361648, 1363841, 1366320 | |||
|
Description
Stephen Fikes
2016-08-03 17:13:24 UTC
Brad Maxwell <bmaxwell> updated the status of jira JBEAP-5612 to Coding In Progress Tom Jenkinson <tom.jenkinson> updated the status of jira JBEAP-5612 to Reopened Verified with EAP 6.4.11.CP.CR1 Ivo Studensky <istudens> updated the status of jira JBEAP-5612 to Resolved Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. |