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 2022/11/01 18:05:05 UTC

[GitHub] [accumulo] EdColeman opened a new issue, #3062: Examine thread pool creation looking for places to reuse instead of creation

EdColeman opened a new issue, #3062:
URL: https://github.com/apache/accumulo/issues/3062

   With https://github.com/apache/accumulo/pull/3054 the logging for thread pool creation was set to trace to reduce spam in the logs.  This may make it harder to notice if the thread pools being created when reuse might be a better approach.
   
   Look at the places where thread pools are created and see if the creation can be replaced with reuse when the are frequent pools created and it makes sense.


-- 
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.apache.org

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


[GitHub] [accumulo] dlmarion closed issue #3062: Examine thread pool creation looking for places to reuse instead of creation

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion closed issue #3062: Examine thread pool creation looking for places to reuse instead of creation
URL: https://github.com/apache/accumulo/issues/3062


-- 
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