You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/01/25 08:55:47 UTC

[GitHub] ZhangShenao opened a new pull request #699: Concurrent risk in brokerLiveTable

ZhangShenao opened a new pull request #699: Concurrent risk in brokerLiveTable
URL: https://github.com/apache/rocketmq/pull/699
 
 
   brokerLiveTable使用普通的HashMap,在scanNotActiveBroker()方法中,如果直接调用remove()删除非活跃的Broker信息,可能会有并发问题。

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