saintstack commented on a change in pull request #1147: HBASE-23814 Add null
checks and logging to misc set of tests
URL: https://github.com/apache/hbase/pull/1147#discussion_r376722006
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableRegionReplicasScan.java
##########
@@ -39,7 +39,7 @@
public static final HBaseClassTestRule CLASS_RULE =
HBaseClassTestRule.forClass(TestAsyncTableRegionReplicasScan.class);
- private static int ROW_COUNT = 1000;
+ private static int ROW_COUNT = 100;
Review comment:
This one is failing on me mysteriously, exiting w/o dumping logs... just
broke xml files. This desperate attempt at seeing if it would improve. Let me
just put back the count to 1000 till I figure real issue.
----------------------------------------------------------------
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