XiaoyiPeng commented on issue #3533: URL: https://github.com/apache/rocketmq/issues/3533#issuecomment-981310792
> some advices. If there are for four elements ,the capacity should be larger than four to prevent expansion Use the style of the previous code(like` org.apache.rocketmq.broker.filter.MessageEvaluationContext#keyValues()` ), the `loadFactor` of `HashMap` has been set to 1 and will not be expanded. -- 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]
