Apache9 commented on code in PR #6559:
URL: https://github.com/apache/hbase/pull/6559#discussion_r1897585726
##########
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:
So we can remove this now?
--
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]