DomGarguilo commented on code in PR #5763: URL: https://github.com/apache/accumulo/pull/5763#discussion_r2243818558
########## server/base/src/main/java/org/apache/accumulo/server/metadata/ConditionalTabletsMutatorImpl.java: ########## @@ -78,6 +83,13 @@ public ConditionalTabletsMutatorImpl(ServerContext context, Function<DataLevel,String> tableMapper) { this.context = context; this.tableMapper = Objects.requireNonNull(tableMapper); + this.sharedWriter = Suppliers.memoize(() -> { Review Comment: Okay I think i fixed things in 9de3982. I didn't use a map since it would just be the two entries but could easily change things if you think that would be better. -- 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