keith-turner commented on code in PR #4229:
URL: https://github.com/apache/accumulo/pull/4229#discussion_r1478960747


##########
test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java:
##########
@@ -177,6 +179,18 @@ public void test() throws AccumuloException, 
AccumuloSecurityException, TableExi
       assertEquals(1, findTabletsNeedingAttention(client, metaCopy2, 
tabletMgmtParams),
           "Only 1 of 2 tablets in table t1 should be returned");
 
+      // Test the recovery cases
+      createLogEntry(client, metaCopy5, t1);
+      setTabletAvailability(client, metaCopy5, t1, 
TabletAvailability.UNHOSTED.name());
+      assertEquals(1, findTabletsNeedingAttention(client, metaCopy5, 
tabletMgmtParams),

Review Comment:
   Opened #4231.  Accidentally opened #4230 because I was fiddling with a GH 
feature I had not used before and was focused on that.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to