keith-turner opened a new issue #2272: URL: https://github.com/apache/accumulo/issues/2272
**Describe the bug** The property `manager.fate.threadpool.size`is listed as ZK mutable in the documentation implying that changes to it should cause changes in a running system. However looking at the following code that creates the thread pool, I can not find a place in the code that changes the thread pool size after its created. https://github.com/apache/accumulo/blob/ba83d8fa26a8adc92ca0249780b1ddf9d7135d7a/core/src/main/java/org/apache/accumulo/fate/Fate.java#L228-L234 **Expected behavior** The thread pool should dynamically resize or the documentation should be updated to indicate its not ZK mutable. -- 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]
