This is an automated email from the ASF dual-hosted git repository.
reidchan pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1 by this push:
new 982aa33 HBASE-25031 [Flaky Test]
TestReplicationDisableInactivePeer#testDisableInactivePeer (#2402)
982aa33 is described below
commit 982aa33cda77225c29afb918b8812b441e44a80c
Author: Reid Chan <[email protected]>
AuthorDate: Mon Sep 28 12:23:59 2020 +0800
HBASE-25031 [Flaky Test]
TestReplicationDisableInactivePeer#testDisableInactivePeer (#2402)
Signed-off-by: Viraj Jasani<[email protected]>
---
.../hadoop/hbase/replication/TestReplicationDisableInactivePeer.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationDisableInactivePeer.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationDisableInactivePeer.java
index d73d7f8..9896b1b 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationDisableInactivePeer.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationDisableInactivePeer.java
@@ -62,6 +62,7 @@ public class TestReplicationDisableInactivePeer extends
TestReplicationBase {
// disable and start the peer
admin.disablePeer("2");
utility2.startMiniHBaseCluster(1, 2);
+ htable2 = utility2.getConnection().getTable(tableName);
Get get = new Get(rowkey);
for (int i = 0; i < NB_RETRIES; i++) {
Result res = htable2.get(get);