ddanielr commented on code in PR #5571: URL: https://github.com/apache/accumulo/pull/5571#discussion_r2102763532
########## core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchWriter.java: ########## @@ -210,8 +211,8 @@ public long getTimeOut() { public TabletServerBatchWriter(ClientContext context, BatchWriterConfig config) { this.context = context; - this.executor = context.threadPools() - .createGeneralScheduledExecutorService(this.context.getConfiguration()); + this.executor = context.threadPools().createScheduledExecutorService(2, Review Comment: `createGeneralScheduledExecutorService` would use the `GENERAL_THREADPOOL_SIZE` property. This change switches to using a static number of two threads. Do we want this thread pool size to be static? -- 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