[ 
https://issues.apache.org/jira/browse/ROCKETMQ-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15780071#comment-15780071
 ] 

ASF GitHub Bot commented on ROCKETMQ-19:
----------------------------------------

GitHub user Zhang-Ke opened a pull request:

    https://github.com/apache/incubator-rocketmq/pull/16

    [Rocketmq 19] Thread-unsafe in MQAdminImpl#queryMessage

    Thread-unsafe in MQAdminImpl#queryMessage
    
    JIRRA ISSUE: [https://issues.apache.org/jira/browse/ROCKETMQ-19](url)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Zhang-Ke/incubator-rocketmq ROCKETMQ-19

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rocketmq/pull/16.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16
    
----
commit 360341e56da3dfed2c5175e99a599aff9e772a3e
Author: zhendongliu.lzd <[email protected]>
Date:   2016-12-26T02:31:45Z

    [ROCKETMQ-3] Remove try...catch, using assertNull etc

commit f1552f6e66b283bdd429cd4fc82fb9046a20f868
Author: shtykh_roman <[email protected]>
Date:   2016-12-26T03:17:53Z

    [ROCKETMQ-13] Wrong log level for AcceptSocketService termination.
    
    Additionally, added code comments and did a cleanup.
    
    JIRA issue: https://issues.apache.org/jira/browse/ROCKETMQ-13

commit 9adebcce37cf08f09cd36f34b6571dde5df52b7c
Author: zhangke <[email protected]>
Date:   2016-12-27T09:53:23Z

    [ROCKETMQ-19] Synchronize LinkedList in multi-thread

----


> 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)

Reply via email to