jeanouii commented on issue #1731: URL: https://github.com/apache/activemq/issues/1731#issuecomment-4006392154
@artnaseef I looked a bit deeper in this and it looks like a real bug (deadlock). The short fix would be to take the runnable execution outside the critical section. There is really no reason to hold the lock till the end of the runnable execution. Now, I need to look at a way to reproduce before fixing. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
