dlmarion commented on code in PR #4286:
URL: https://github.com/apache/accumulo/pull/4286#discussion_r1499697323
##########
test/src/main/java/org/apache/accumulo/test/manager/SuspendedTabletsIT.java:
##########
@@ -322,6 +325,20 @@ private void suspensionTestBody(TServerKiller
serverStopper) throws Exception {
Thread.sleep(1000);
ds = TabletLocations.retrieve(ctx, tableName);
}
+
Review Comment:
I was able to reproduce your log information. Looking now at where
`deleteSuspension` is called, it's being called in
`MetadataStateStore.setFutureLocations` and `MetadataStateStore.setLocations`.
The changes to this test likely don't need to be merged. Also, I think #3314
can be closed without changes as the code in the description is not reflective
of the current state of the code now.
--
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]