Paul Ferraro created WFLY-5704:
----------------------------------
Summary: InfinispanBatchContext trying to resume committed tx
Key: WFLY-5704
URL:
https://issues.jboss.org/browse/WFLY-5704
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.CR4
Environment: Linux x86_64
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Critical
When running the test case RemoteFailoverTestCase.testStatefulFailover, the test hangs due
to an exception occurring. The exception is the following:
{noformat}
[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.
{noformat}
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)