zhoukangsheng opened a new issue, #3100: URL: https://github.com/apache/brpc/issues/3100
**Describe the bug** 有个服务从0.9.7升级到1.10.0版本后,发现耗时上涨,经过初步排查,发现ServerOptions中的num_threads设置值为的48,但是通过flags服务查看到 bthread_concurrency的值依旧为9(默认初始值),回退到0.9.7版本耗时正常,bthread_concurrency的值为48。 **To Reproduce** **Expected behavior** **Versions** OS: Compiler: brpc: 1.10.0 protobuf: **Additional context/screenshots** -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
