wolfstudy opened a new pull request, #3547: URL: https://github.com/apache/bookkeeper/pull/3547
Signed-off-by: xiaolongran <[email protected]> Descriptions of the changes in this PR: ### Motivation In actual production scenarios, the default configuration of the number of read and write threads provided by Bookie is relatively small, and we generally need to configure the number of read and write threads in the configuration file. In fact, for machines with different CPU cores, we can adopt a certain default strategy to automatically adapt the number of threads for reading and writing. ### Changes - Add `ThreadNumUtils` func - Add test case for this change -- 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]
