[ 
https://issues.apache.org/jira/browse/GEODE-8174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117118#comment-17117118
 ] 

ASF subversion and git services commented on GEODE-8174:
--------------------------------------------------------

Commit bef07b34131abddb8c0f04e0ab6a48f1daac991d in geode's branch 
refs/heads/feature/GEODE-8144 from Udo Kohlmeyer
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bef07b3 ]

GEODE-8174: Fix ConcurrentModificationException when using JTA transaction. 
(#5161)



> JCAManagedConnection throws ConcurrentModificationExceptions 
> -------------------------------------------------------------
>
>                 Key: GEODE-8174
>                 URL: https://issues.apache.org/jira/browse/GEODE-8174
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>            Reporter: Udo Kohlmeyer
>            Assignee: Udo Kohlmeyer
>            Priority: Major
>
> {code:java}
> Caused by: java.util.ConcurrentModificationException
> at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:920) 
> ~[?:1.8.0]
> at java.util.ArrayList$Itr.next(ArrayList.java:870) ~[?:1.8.0]
> at 
> org.apache.geode.internal.ra.spi.JCAManagedConnection.onClose(JCAManagedConnection.java:212)
>  ~[geode-core-9.8.3.jar:?]
> at 
> org.apache.geode.internal.ra.GFConnectionImpl.close(GFConnectionImpl.java:42) 
> ~[geode-core-9.8.3.jar:?]
> at 
> org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport$GemFireConnectionHolder.lambda$close$0(AbstractGemFireAsLastResourceAspectSupport.java:561)
>  ~[spring-data-gemfire-2.1.10.RELEASE.jar:2.1.10.RELEASE]
> at 
> org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport$GemFireConnectionHolder$$Lambda$970.000000001C3AB4F0.accept(Unknown
>  Source) ~[?:?]
> at java.util.Optional.ifPresent(Optional.java:170) ~[?:1.8.0]
> {code}
> Under testing the JCAManagedConnection throws a CME when trying to close the 
> connection.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to