]
Yeray Borges commented on WFLY-11670:
-------------------------------------
[~brian.stansberry] Yes, your suspicions are correct. Error trace is the same. Checking
that one I realized today that [~flavia.rainone] had already created a fix for this sort
of errors. I forgot to review the PR queue on qildfly-transaction-client before creating
mine. I fixed as I could the jira issues and PRs since they were duplicated.
What we need now to get it fixed in wildfly is a merging of WTC-60 in 1.1 branch and a
component upgrade of wildly-transaction-client to 1.1.3.Final
Intermittent failures in
EJBClientXidTransactionTestCase.testServerSuspension
-----------------------------------------------------------------------------
Key: WFLY-11670
URL:
https://issues.jboss.org/browse/WFLY-11670
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Brian Stansberry
Assignee: Yeray Borges
Priority: Major
Test started failing fairly frequently on Jan 11:
https://ci.wildfly.org/project.html?projectId=WildFlyCore_PullRequest&...
https://ci.wildfly.org/project.html?projectId=WF&buildTypeId=&tab...
Perhaps that was related to
https://github.com/wildfly/wildfly/pull/11913 which at a
glance was the PR being tested in the first failure and may have been merged that day. So,
[~yersan] I'm assigning to you to have a quick look.
I'll @Ignore the test.
For the record, this is the relevant error trace logged by the failed tests:
{noformat}
multinode.transaction.ClientEjb.testSameTransactionEachCall() throws
java.rmi.RemoteException,javax.transaction.SystemException,javax.transaction.NotSupportedException,javax.naming.NamingException:
javax.ejb.EJBException: EJBCLIENT000082: Cannot outflow the remote transaction "Local
transaction (delegate=TransactionImple < ac, BasicAction:
0:ffff7f000101:-39b44114:5c59a6ad:10 status: ActionStatus.RUNNING >, owner=Local
transaction context for provider JBoss JTA transaction provider)" as its timeout
elapsed
at
org.jboss.ejb.protocol.remote.EJBClientChannel.processInvocation(EJBClientChannel.java:471)
at
org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.lambda$handleDone$0(RemoteEJBReceiver.java:91)
at org.xnio.FinishedIoFuture.addNotifier(FinishedIoFuture.java:79)
at
org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.handleDone(RemoteEJBReceiver.java:76)
at
org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.handleDone(RemoteEJBReceiver.java:74)
at org.xnio.IoFuture$HandlingNotifier.notify(IoFuture.java:208)
at org.xnio.AbstractIoFuture$NotifierRunnable.run(AbstractIoFuture.java:720)
at
org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:949)
at
org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.lang.Thread.run(Thread.java:748)
Caused by: javax.transaction.SystemException: EJBCLIENT000082: Cannot outflow the remote
transaction "Local transaction (delegate=TransactionImple < ac, BasicAction:
0:ffff7f000101:-39b44114:5c59a6ad:10 status: ActionStatus.RUNNING >, owner=Local
transaction context for provider JBoss JTA transaction provider)" as its timeout
elapsed
at
org.jboss.ejb.protocol.remote.EJBClientChannel.writeTransaction(EJBClientChannel.java:581)
at
org.jboss.ejb.protocol.remote.EJBClientChannel.processInvocation(EJBClientChannel.java:367)
... 12 more
{noformat}