zhouxinyu commented on PR #4138:
URL: https://github.com/apache/rocketmq/pull/4138#issuecomment-1150623942

   > Why not use ConcurrentHashMap instead of HashMap?Using ConcurrentHashMap, 
no need to lock when reading, and the scope of locking is smaller when writing.
   
   +1 for using ConcurrentHashMap to fix this issue


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

Reply via email to