dlmarion commented on code in PR #5875: URL: https://github.com/apache/accumulo/pull/5875#discussion_r2363211666
########## core/src/main/java/org/apache/accumulo/core/client/MutationsRejectedException.java: ########## @@ -108,7 +109,7 @@ public Map<TabletId,Set<SecurityErrorCode>> getSecurityErrorCodes() { * @return A list of servers that had internal errors when mutations were written * */ - public Collection<String> getErrorServers() { + public Collection<ServerId> getErrorServers() { Review Comment: Generally, my concern about leaving these types of things as String, is that there is not enough information to reconstitute a ServerId in the event that it's needed. -- 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