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/02/21 07:55:00 UTC

[jira] [Work logged] (ARTEMIS-2257) Synchronize SharedEventLoopGroup shutdownGracefully to prevent race conditions

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

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

                Author: ASF GitHub Bot
            Created on: 21/Feb/19 07:54
            Start Date: 21/Feb/19 07:54
    Worklog Time Spent: 10m 
      Work Description: wy96f commented on 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


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

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

> Synchronize SharedEventLoopGroup shutdownGracefully to prevent race conditions
> ------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2257
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2257
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.6.4
>            Reporter: yangwei
>            Priority: Critical
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 message was sent by Atlassian JIRA
(v7.6.3#76005)