BukrosSzabolcs commented on a change in pull request #1903:
URL: https://github.com/apache/hbase/pull/1903#discussion_r440851918
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMetaWithReplicas.java
##########
@@ -355,4 +362,58 @@ public void testShutdownOfReplicaHolder() throws Exception
{
assertNotEquals(3, i);
}
}
+
+ @Test
+ public void testFailedReplicaAssigment() throws InterruptedException,
IOException {
Review comment:
Thanks for the feedback @wchevreuil ! I added a few extra checks to show
that the partial meta replica assignment had happened and master is still
active and running.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]