arsenalzp commented on code in PR #5592: URL: https://github.com/apache/accumulo/pull/5592#discussion_r2117673952
########## server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/BulkImportMove.java: ########## @@ -99,6 +101,8 @@ private void moveFiles(FateId fateId, Path sourceDir, Path bulkDir, Manager mana "/" + bulkDir.getParent().getName() + "/" + bulkDir.getName(), fateId); AccumuloConfiguration aConf = manager.getConfiguration(); int workerCount = aConf.getCount(Property.MANAGER_RENAME_THREADS); + ExecutorService workerPool = ThreadPools.getServerThreadPools() Review Comment: Hello, I agree. I proposed singleton on the Manager level in the [issue](https://github.com/apache/accumulo/issues/5524#issuecomment-2920040513) discussion. -- 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