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


##########
server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java:
##########
@@ -349,7 +349,14 @@ public void tabletServerStopping(TInfo tinfo, TCredentials 
credentials, String t
           SecurityErrorCode.PERMISSION_DENIED);
     }
     log.info("Tablet Server {} has reported it's shutting down", tabletServer);
-    manager.tserverSet.tabletServerShuttingDown(tabletServer);
+    var tserver = new TServerInstance(tabletServer);

Review Comment:
   That could get things started sooner.  Made that change in 61dc916



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