arsenalzp commented on code in PR #5592: URL: https://github.com/apache/accumulo/pull/5592#discussion_r2136328860
########## server/base/src/main/java/org/apache/accumulo/server/fs/VolumeManagerImpl.java: ########## @@ -323,11 +322,9 @@ public boolean rename(Path path, Path newPath) throws IOException { } @Override - public void bulkRename(Map<Path,Path> oldToNewPathMap, int poolSize, String poolName, - FateId fateId) throws IOException { + public void bulkRename(Map<Path,Path> oldToNewPathMap, ExecutorService workerPool, FateId fateId) Review Comment: Ah, I really overlooked that line of code! -- 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