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. Can add this back if there's something I'm missing about this
--
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]