dlmarion commented on code in PR #5662:
URL: https://github.com/apache/accumulo/pull/5662#discussion_r2175151582
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -475,10 +469,7 @@ private ServerAddress startTabletClientService() throws
UnknownHostException {
TProcessor processor =
ThriftProcessorTypes.getTabletServerTProcessor(this, clientHandler,
thriftClientHandler,
scanClientHandler, thriftClientHandler, thriftClientHandler,
getContext());
- ServerAddress address = startServer(getBindAddress().toString(),
processor);
- updateAdvertiseAddress(address.address);
- log.info("address = {}", address);
- return address;
+ startServer(getBindAddress().toString(), processor);
Review Comment:
Implemented this change in b79033a
--
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]