ddanielr commented on code in PR #4768:
URL: https://github.com/apache/accumulo/pull/4768#discussion_r1693614892


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchReader.java:
##########
@@ -71,9 +72,8 @@ protected TabletServerBatchReader(ClientContext context, 
Class<?> scopeClass, Ta
     this.tableName = tableName;
     this.numThreads = numQueryThreads;
 
-    queryThreadPool =
-        context.threadPools().getPoolBuilder("batch scanner " + 
batchReaderInstance + "-")
-            .numCoreThreads(numQueryThreads).build();
+    queryThreadPool = 
context.threadPools().getPoolBuilder(BATCH_SCANNER_POOL_NAME)

Review Comment:
   Yes, the batch Reader instance is coming from the atomic counter. I'll 
modify this to append the scanner instance number. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to