This is an automated email from the ASF dual-hosted git repository.
taklwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 5f954bd2919 Revert "Change DEFAULT_ROWS_IN_ITERATION from 500,000 to
10,000 (#7230)" (#7237)
5f954bd2919 is described below
commit 5f954bd2919bbc349857ca08758d3333403f0d27
Author: Tak Lon (Stephen) Wu <[email protected]>
AuthorDate: Wed Aug 20 11:40:56 2025 -0700
Revert "Change DEFAULT_ROWS_IN_ITERATION from 500,000 to 10,000 (#7230)"
(#7237)
This reverts commit 20b837e707faf591f2c86f85c9da622f6ec985cf.
Reviewed by: Kevin Geiszler <[email protected]>
---
.../test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
index 5857182ba11..d7723bd05c6 100644
---
a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
+++
b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
@@ -85,7 +85,7 @@ public class IntegrationTestBackupRestore extends
IntegrationTestBase {
protected static final int DEFAULT_REGIONSERVER_COUNT = 5;
protected static final int DEFAULT_NUMBER_OF_TABLES = 1;
protected static final int DEFAULT_NUM_ITERATIONS = 10;
- protected static final int DEFAULT_ROWS_IN_ITERATION = 10000;
+ protected static final int DEFAULT_ROWS_IN_ITERATION = 500000;
protected static final String SLEEP_TIME_KEY = "sleeptime";
// short default interval because tests don't run very long.
protected static final long SLEEP_TIME_DEFAULT = 50000L;