[ https://issues.apache.org/jira/browse/ARTEMIS-2290?focusedWorklogId=221296&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-221296 ]
ASF GitHub Bot logged work on ARTEMIS-2290: ------------------------------------------- Author: ASF GitHub Bot Created on: 01/Apr/19 14:18 Start Date: 01/Apr/19 14:18 Worklog Time Spent: 10m Work Description: franz1981 commented on issue #2598: ARTEMIS-2290 JMSBridgeImpl::stop is failing when called from FailureHandler URL: https://github.com/apache/activemq-artemis/pull/2598#issuecomment-478598583 I will add a test fo it in a separate PR: it seems not easy to be reproduced :+1: ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 221296) Time Spent: 1.5h (was: 1h 20m) > JMSBridgeImpl::stop is failing when called from FailureHandler > -------------------------------------------------------------- > > Key: ARTEMIS-2290 > URL: https://issues.apache.org/jira/browse/ARTEMIS-2290 > Project: ActiveMQ Artemis > Issue Type: Bug > Reporter: Francesco Nigro > Priority: Major > Fix For: 2.8.0 > > Time Spent: 1.5h > Remaining Estimate: 0h > > FailureHandler::failed() can call JMSBridgeImpl::stop() from within an > ExecutorService's Thread: when stop will shutdown and await the > ExecutorService it will throw InterruptedException (because the executing > thread has been interrupted), failing silently to close > connections/rollbacking transactiona/cleaning messages. -- This message was sent by Atlassian JIRA (v7.6.3#76005)