This is an automated email from the ASF dual-hosted git repository.
zghao pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 4acd673 HBASE-24992 log after Generator success when running ITBLL
(#2358)
4acd673 is described below
commit 4acd6735fdce7d9057c73a553ccc85932107944e
Author: Joseph295 <[email protected]>
AuthorDate: Tue Sep 8 11:46:59 2020 +0800
HBASE-24992 log after Generator success when running ITBLL (#2358)
Signed-off-by: Guanghao Zhang <[email protected]>
---
.../java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
b/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
index f68f3f3..8a563c4 100644
---
a/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
+++
b/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
@@ -1549,6 +1549,7 @@ public class IntegrationTestBigLinkedList extends
IntegrationTestBase {
throw new RuntimeException("Generator.verify failed");
}
}
+ LOG.info("Generator finished with success. Total nodes=" + numNodes);
}
protected void runVerify(String outputDir,