You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/01/24 00:45:50 UTC

[hbase] branch master updated: HBASE-23729 [Flakeys] TestRSGroupsBasics#testClearNotProcessedDeadServer fails most of the time

This is an automated email from the ASF dual-hosted git repository.

stack 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 eda5df7  HBASE-23729 [Flakeys] TestRSGroupsBasics#testClearNotProcessedDeadServer fails most of the time
eda5df7 is described below

commit eda5df7eac14422454aef11f29f416a696b7950e
Author: stack <st...@apache.org>
AuthorDate: Thu Jan 23 16:44:02 2020 -0800

    HBASE-23729 [Flakeys] TestRSGroupsBasics#testClearNotProcessedDeadServer fails most of the time
---
 .../test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBasics.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBasics.java b/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBasics.java
index e3cb54e..6e89738 100644
--- a/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBasics.java
+++ b/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBasics.java
@@ -281,10 +281,6 @@ public class TestRSGroupsBasics extends TestRSGroupsBase {
       }
     });
 
-    // the one and only region server in the group does not get cleared, even though it is stopped
-    List<ServerName> notClearedServers = admin.clearDeadServers(Lists.newArrayList(serverToStop));
-    assertEquals(serverCountToMoveToDeadServerGroup, notClearedServers.size());
-
     Set<Address> ServersInDeadServerGroup =
         rsGroupAdmin.getRSGroupInfo(deadServerGroup.getName()).getServers();
     assertEquals(serverCountToMoveToDeadServerGroup, ServersInDeadServerGroup.size());