You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2019/08/02 16:51:00 UTC

[jira] [Created] (ARTEMIS-2440) Connection.fail should be executed on a separate thread

clebert suconic created ARTEMIS-2440:
----------------------------------------

             Summary: Connection.fail should be executed on a separate thread
                 Key: ARTEMIS-2440
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2440
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.9.0
            Reporter: clebert suconic
            Assignee: clebert suconic
             Fix For: 2.10.0


ARTEMIS-2327 is introducing a call to fail, however I have seen reports of deadlocks on brokers:

 

 

 

This one is from Wildfly:

 

     at org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.fail(RemotingConnectionImpl.java:219)

        at org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.fail(AbstractRemotingConnection.java:219)

        at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:495)

        - locked <0x00000000fdca3d60> (a java.lang.Object)

        at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:398)

        at org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQSessionContext.configureTransactionTimeout(ActiveMQSessionContext.java:701)

        at org.apache.activemq.artemis.core.client.impl.ClientSessionImpl.setTransactionTimeout(ClientSessionImpl.java:1679)

        at org.apache.activemq.artemis.ra.ActiveMQRAXAResource.setTransactionTimeout(ActiveMQRAXAResource.java:243)

        at org.apache.activemq.artemis.service.extensions.xa.ActiveMQXAResourceWrapperImpl.setTransactionTimeout(ActiveMQXAResourceWrapperImpl.java:116)

        at org.jboss.jca.core.tx.jbossts.XAResourceWrapperImpl.setTransactionTimeout(XAResourceWrapperImpl.java:204)

 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)