Bug 1278991

Summary: [GSS] (6.x) ISPN-5927 Infinispan calling setRollbackOnly() when detecting write skew
Product: [JBoss] JBoss Data Grid 6 Reporter: Stephen Fikes <sfikes>
Component: InfinispanAssignee: Pedro Ruivo <pruivo>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.1CC: dereed, jdg-bugs, vjuranek
Target Milestone: ER3   
Target Release: 6.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 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:

Description Stephen Fikes 2015-11-06 23:46:28 UTC
Description of problem:
https://issues.jboss.org/browse/ISPN-5927

Infinispan invokes setRollbackOnly() when detecting a write skew during a transaction commit, this results in a failure (since this is illegal during the PREPARING state of an Arjuna transaction) that obscures root failure (i.e. the write skew).

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Vojtech Juranek 2015-12-03 18:12:28 UTC
Issue reproduced with ER2 using reproducer attached to jira and it fixed in ER3 - it show correct exception "org.infinispan.transaction.WriteSkewException: Detected write skew." in ER3.

Comment 4 JBoss JIRA Server 2015-12-14 18:28:53 UTC
Pedro Ruivo <pruivo> updated the status of jira ISPN-5927 to Closed