dlmarion commented on code in PR #3409:
URL: https://github.com/apache/accumulo/pull/3409#discussion_r1204616274
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/UnloadTabletHandler.java:
##########
@@ -114,19 +114,14 @@ public void run() {
try {
TServerInstance instance =
new TServerInstance(server.clientAddress,
server.getLock().getSessionId());
- TabletLocationState tls = null;
- try {
- tls = new TabletLocationState(extent, null,
Location.current(instance), null, null, null,
- false, TabletHostingGoal.ONDEMAND, false);
- } catch (BadLocationStateException e) {
- log.error("Unexpected error", e);
- }
+ TabletMetadata tm = new TabletMetadataImposter(extent, null,
Location.current(instance), null,
Review Comment:
TODO added in 9153726
--
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]