lfz757077613 opened a new pull request #3219:
URL: https://github.com/apache/rocketmq/pull/3219


   broker use `Math.abs(random.nextInt() % 99999999)`  to choose a queue for 
message, which is not necessary
   
   It can be replaced with `ThreadLocalRandom.current().nextInt(99999999)` for 
higher performance


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