jdanekrh commented on a change in pull request #2650: ARTEMIS-2320 Multiple math-related fixes URL: https://github.com/apache/activemq-artemis/pull/2650#discussion_r279202302
########## File path: artemis-commons/src/test/java/org/apache/activemq/artemis/utils/collections/ConcurrentLongHashSetTest.java ########## @@ -25,10 +25,10 @@ import java.util.Collections; import java.util.HashSet; import java.util.List; -import java.util.Random; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; +import java.util.concurrent.ThreadLocalRandom; Review comment: Thanks, I'll report it there https://github.com/apache/bookkeeper/issues/2077 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
