You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/09/17 22:49:05 UTC

[GitHub] [accumulo] keith-turner opened a new issue #2276: Look into using new method for adjusting thread pool sizes more widely.

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] dlmarion closed issue #2276: Look into using new method for adjusting thread pool sizes more widely.

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #2276:
URL: https://github.com/apache/accumulo/issues/2276


   


-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] keith-turner commented on issue #2276: Look into using new method for adjusting thread pool sizes more widely.

Posted by GitBox <gi...@apache.org>.
keith-turner commented on issue #2276:
URL: https://github.com/apache/accumulo/issues/2276#issuecomment-922122030


   The code in TServerUtils.java would probably need to continue to be custom as it starts a  configurable minimum and grows/shrinks based on usage.


-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org