Bug 1152782
| Summary: | Exception in thread "Periodic Recovery" java.util.ConcurrentModificationException | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Chaloupka <ochaloup> | ||||
| Component: | Transaction Manager | Assignee: | Michael <mmusgrov> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Chaloupka <ochaloup> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.4.0 | CC: | hhovsepy, kkhan, tom.jenkinson | ||||
| Target Milestone: | DR11 | ||||||
| Target Release: | EAP 6.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-08-19 12:43:47 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: | 1165728 | ||||||
| Attachments: | 
 | ||||||
| 
        
          Description
        
        
          Ondrej Chaloupka
        
        
        
        
        
          2014-10-14 23:09:38 UTC
        
       I'm sorry incorrect link to 6.3.0 bugzilla. Correct is: https://bugzilla.redhat.com/show_bug.cgi?id=1103780 Just checked the code and it seems that the cause is at line: https://github.com/jbosstm/narayana/blob/4.17/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/CommitMarkableResourceRecordRecoveryModule.java#L173 Item from collection is removed but without iterator would know about it. It's needed to use iterator itself for removing the item. Good spot. I will raise a JIRA and link it to this case. Codebase changed, concurrent locking for Sybase seems to go away. Verified for EAP 6.4.0.DR11 |