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 2020/03/08 10:12:00 UTC

[jira] [Work logged] (AMQ-7439) AbstractMQTTSocket#getProtocolConverter: Race condition in double-checked locking object initialization

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

ASF GitHub Bot logged work on AMQ-7439:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Mar/20 10:11
            Start Date: 08/Mar/20 10:11
    Worklog Time Spent: 10m 
      Work Description: PascalSchumacher commented on pull request #503: AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in …
URL: https://github.com/apache/activemq/pull/503
 
 
   …double-checked locking object initialization
   
   `protocolConverter` may be visible to other threads before its properties are set.
 
----------------------------------------------------------------
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: 399839)
    Remaining Estimate: 0h
            Time Spent: 10m

> AbstractMQTTSocket#getProtocolConverter: Race condition in double-checked locking object initialization
> -------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-7439
>                 URL: https://issues.apache.org/jira/browse/AMQ-7439
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.15.11
>            Reporter: Pascal Schumacher
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There is a race condition in AbstractMQTTSocket#getProtocolConverter.
> protocolConverter may be visible to other threads before its properties are set.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)