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


##########
test/src/main/java/org/apache/accumulo/test/manager/MergeStateIT.java:
##########
@@ -207,6 +208,24 @@ public void test() throws Exception {
       metaDataStateStore.unassign(Collections.singletonList(new 
TabletLocationState(tablet, null,
           Location.current(state.someTServer), null, null, walogs, false)), 
null);
 
+      // Add a walog which should keep the state from transitioning to MERGING
+      KeyExtent ke = new KeyExtent(tableId, new Text("t"), new Text("p"));

Review Comment:
   This is a nice test for something that is really tricky to test.



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