dlmarion commented on issue #5459: URL: https://github.com/apache/accumulo/issues/5459#issuecomment-2790436594
There is a note in ScanServer that reminds us that we can control the number of scans any particular ScanServer can run concurrently. https://github.com/apache/accumulo/blob/e67862791a2dd6f1773758c2c545754a64b199b6/server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java#L233-L235 I wonder if we want to get rid of the property `sserver.server.threads.minimum` and use `Property.SSERV_SCAN_EXECUTORS_DEFAULT_THREADS` as the minimum. IIRC there is no maximum property, it will just increase and then idle threads will be shut down at some interval. -- 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