[ 
https://issues.apache.org/jira/browse/HBASE-23729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022613#comment-17022613
 ] 

Michael Stack commented on HBASE-23729:
---------------------------------------

I'm pushing this:
{code}
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 095f962203..316a265186 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
@@ -283,10 +283,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());
{code}

> [Flakeys] TestRSGroupsBasics#testClearNotProcessedDeadServer fails most of 
> the time
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-23729
>                 URL: https://issues.apache.org/jira/browse/HBASE-23729
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Michael Stack
>            Priority: Major
>
> Asserts a dead server but the dead server can be cleaned up because the 
> ServerCrashProcedure completes before the assert can run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to