You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "ZhangKe (JIRA)" <ji...@apache.org> on 2016/12/27 09:49:58 UTC

[jira] [Created] (ROCKETMQ-19) Thread-unsafe in MQAdminImpl#queryMessage

ZhangKe created ROCKETMQ-19:
-------------------------------

             Summary: Thread-unsafe in MQAdminImpl#queryMessage
                 Key: ROCKETMQ-19
                 URL: https://issues.apache.org/jira/browse/ROCKETMQ-19
             Project: Apache RocketMQ
          Issue Type: Bug
          Components: rocketmq-client
    Affects Versions: 4.0.0-incubating
            Reporter: ZhangKe
            Assignee: vintagewang
             Fix For: 4.0.0-incubating


LinkedList.add() is not thread-safe, so it must be synchronized externally when using concurrently. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)