Apache9 commented on a change in pull request #1120: HBASE-23787:
TestSyncTimeRangeTracker fails quite easily and allocate…
URL: https://github.com/apache/hbase/pull/1120#discussion_r375011027
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSyncTimeRangeTracker.java
##########
@@ -34,7 +36,7 @@
public static final HBaseClassTestRule CLASS_RULE =
HBaseClassTestRule.forClass(TestSyncTimeRangeTracker.class);
- private static final int NUM_KEYS = 10000000;
+ private static final int NUM_KEYS = 1000000;
Review comment:
So this is the actual fix right?
----------------------------------------------------------------
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