milleruntime commented on a change in pull request #1774:
URL: https://github.com/apache/accumulo/pull/1774#discussion_r525240571



##########
File path: 
server/manager/src/main/java/org/apache/accumulo/master/MasterClientServiceHandler.java
##########
@@ -278,7 +278,9 @@ public void shutdownTabletServer(TInfo info, TCredentials 
c, String tabletServer
 
     log.debug("Seeding FATE op to shutdown " + tabletServer + " with tid " + 
tid);
 
-    master.fate.seedTransaction(tid, new TraceRepo<>(new 
ShutdownTServer(doomed, force)), false);
+    master.fate.seedTransaction(tid,
+        new TraceRepo<>(new ShutdownTServer(doomed.getHostAndPort(), 
doomed.getSession(), force)),

Review comment:
       Oh yeah, good idea.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to