keith-turner opened a new issue #2276: URL: https://github.com/apache/accumulo/issues/2276
Currently in the code there are three bits of code that adjust thread pool sizes as config changes. Would it be possible to make these use the new method introduced in #2274? Below are the places in the code that adjust thread pool sizes. https://github.com/apache/accumulo/blob/ba83d8fa26a8adc92ca0249780b1ddf9d7135d7a/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java#L137-L160 https://github.com/apache/accumulo/blob/ba83d8fa26a8adc92ca0249780b1ddf9d7135d7a/server/tserver/src/main/java/org/apache/accumulo/tserver/compactions/InternalCompactionExecutor.java#L190-L206 https://github.com/apache/accumulo/blob/ba83d8fa26a8adc92ca0249780b1ddf9d7135d7a/server/tserver/src/main/java/org/apache/accumulo/tserver/compactions/CompactionService.java#L429 https://github.com/apache/accumulo/blob/ba83d8fa26a8adc92ca0249780b1ddf9d7135d7a/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java#L314-L340 -- 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]
