dlmarion commented on code in PR #3294:
URL: https://github.com/apache/accumulo/pull/3294#discussion_r1168701178
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -1450,7 +1453,7 @@ public void evaluateOnDemandTabletsForUnload() {
unloaders.get(tid).evaluate(params);
onDemandTabletsToUnload.forEach(ke -> {
log.debug("Unloading on-demand tablet: {} for table: {}", ke, tid);
- getContext().getAmple().mutateTablet(ke).deleteOnDemand().mutate();
+
getContext().getAmple().mutateTablet(ke).deleteHostingRequested().mutate();
Review Comment:
Suggestion applied in cd223b6
--
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]