junegunn commented on code in PR #6559:
URL: https://github.com/apache/hbase/pull/6559#discussion_r1897592202


##########
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java:
##########
@@ -1149,7 +1149,7 @@ private static long nextRandomSeed() {
       return randomSeed.nextLong();
     }
 
-    private final int everyN;
+    private final long everyN;
 
     protected final Random rand = new Random(nextRandomSeed());

Review Comment:
   Yes, we can. I didn't remove it in the first place because I wanted to 
minimize the code change, but now that we agree on using ThreadLocalRandom, let 
me clean this up.



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