This is an automated email from the ASF dual-hosted git repository.
Apache9 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 47438520cc0 HBASE-30251 Addendum remove comment out code
47438520cc0 is described below
commit 47438520cc08a53071498d8554e5b365f9d62ddf
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Jun 24 09:38:38 2026 +0800
HBASE-30251 Addendum remove comment out code
---
.../java/org/apache/hadoop/hbase/client/TestClientScannerTimeouts.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientScannerTimeouts.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientScannerTimeouts.java
index 09e48a1c9f0..6df48ab12c1 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientScannerTimeouts.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientScannerTimeouts.java
@@ -83,8 +83,6 @@ public class TestClientScannerTimeouts {
@BeforeAll
public static void setUpBeforeClass() throws Exception {
Configuration conf = TEST_UTIL.getConfiguration();
- // Don't report so often so easier to see other rpcs
- // conf.setInt("hbase.regionserver.msginterval", 3 * 10000);
conf.setInt(HConstants.HBASE_RPC_TIMEOUT_KEY, rpcTimeout);
conf.setStrings(HConstants.REGION_SERVER_IMPL,
RegionServerWithScanTimeout.class.getName());
conf.setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, CLIENT_RETRIES_NUMBER);