You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by GitBox <gi...@apache.org> on 2019/02/21 07:54:52 UTC

[GitHub] wy96f opened a new pull request #2558: ARTEMIS-2257 Synchronize SharedEventLoopGroup shutdownGracefully

wy96f opened a new pull request #2558: ARTEMIS-2257 Synchronize SharedEventLoopGroup shutdownGracefully
URL: https://github.com/apache/activemq-artemis/pull/2558
 
 
   While thread a shutdowns shared event loop, between scheduling a task and set the shutdown reference thread b calls getInstance() and retrieves ready shutting down instance. Add synchronized block to fix the problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services