Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-5680

InfinispanBatchContext trying to resume committed tx

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 10.0.0.CR5
    • 10.0.0.CR4
    • Clustering
    • None
    • Hide

      RemoteFailoverTestCase is currently @Ignore'd. Uncomment the @Ignore annotation and run the test case testStatefulFailover.

      Show
      RemoteFailoverTestCase is currently @Ignore'd. Uncomment the @Ignore annotation and run the test case testStatefulFailover.

      When running the test case RemoteFailoverTestCase.testStatefulFailover, the test hangs due to an exception occurring. The exception is the following:

      [31m11:24:05,814 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (EJB default - 3) ISPN000136: Execution error: java.lang.IllegalStateException: Transaction DummyTransaction{xid=DummyXid{id=47}, status=3} is not in a valid state to be invoking cache operations on.
      

      This exception arose some time ago and was linked to incorrect suspend/resume of threads by the InfinispanBatching mechanism. This is just a suggestion as to what might be the root cause.

      Attached is a log of the test case run with TRACE logging on DummyTransactionManager which coordinates the suspends and resumes. I have also performed a stack trace dump on every call to suspend and resume to highlight the origin of the call.

            pferraro@redhat.com Paul Ferraro
            rachmato@redhat.com Richard Achmatowicz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: