kevinrr888 commented on code in PR #5416: URL: https://github.com/apache/accumulo/pull/5416#discussion_r2056571876
########## server/base/src/main/java/org/apache/accumulo/server/manager/LiveTServerSet.java: ########## @@ -218,8 +218,6 @@ public LiveTServerSet(ServerContext context, Listener cback) { } public synchronized void startListeningForTabletServerChanges() { - scanServers(); Review Comment: Didn't see a need to call this twice as it will run immediately below in another 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org