Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-8174

JCAManagedConnection throws ConcurrentModificationExceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.12.1, 1.13.0, 1.14.0
    • transactions
    • None

    Description

      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]
      

      Under testing the JCAManagedConnection throws a CME when trying to close the connection.

      Attachments

        Activity

          People

            ukohlmeyer Udo Kohlmeyer
            ukohlmeyer Udo Kohlmeyer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: