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

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

     [ https://issues.apache.org/jira/browse/ARTEMIS-2440?focusedWorklogId=288066&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-288066 ]

ASF GitHub Bot logged work on ARTEMIS-2440:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Aug/19 16:52
            Start Date: 02/Aug/19 16:52
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on pull request #2781: ARTEMIS-2440 Connection.fail on sendBlock should be asynchronous
URL: https://github.com/apache/activemq-artemis/pull/2781
 
 
   This is following up on ARTEMIS-2327.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 288066)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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
>            Priority: Major
>             Fix For: 2.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)