MatrixHB opened a new issue, #4842: URL: https://github.com/apache/rocketmq/issues/4842
Look at the method` DefaultMQAdminExtImpl#examineTopicStatsConcurrent`, multi threads put data into offsetTable concurrently, but the offsetTable is HashMap, which is not thread-safety.  The same problem also exists in `org.apache.rocketmq.common.admin.ConsumeStats`, `org.apache.rocketmq.common.protocol.body.TopicList`... -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
