dlmarion commented on code in PR #5751:
URL: https://github.com/apache/accumulo/pull/5751#discussion_r2225326865


##########
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:
   I'm wondering if we should call `Manager.shutdownTServer` before starting 
the Fate transaction. The fate transaction could wait for some period of time 
for a free Fate thread.



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