dlmarion commented on code in PR #5875: URL: https://github.com/apache/accumulo/pull/5875#discussion_r2355359713
########## core/src/main/java/org/apache/accumulo/core/client/admin/servers/ServerId.java: ########## @@ -116,7 +248,24 @@ public String toString() { + ", port= " + port + "]"; } + public String toWalFileName() { Review Comment: I tried to break ServerId into a client interface and an Impl object, but it causes a ton of changes. I'm going to take your suggestion and create a utility class with static methods to get the implementation details out of the client class. -- 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