keith-turner commented on code in PR #5756: URL: https://github.com/apache/accumulo/pull/5756#discussion_r2229402933
########## core/src/main/java/org/apache/accumulo/core/clientImpl/ClientTabletCacheImpl.java: ########## @@ -682,9 +682,9 @@ private void requestTabletHosting(ClientContext context, } } - private void lookupTablet(ClientContext context, Text row, LockCheckerSession lcSession) - throws AccumuloException, AccumuloSecurityException, TableNotFoundException, - InvalidTabletHostingRequestException { + private void lookupTablet(ClientContext context, Text row, LockCheckerSession lcSession, + CachedTablet before) throws AccumuloException, AccumuloSecurityException, Review Comment: Yeah it is used by preexisting code, so not used in the diff. -- 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