apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

add check for bthread_setconcurrency_by_tag #2784

Closed yanglimingcn closed 1 month ago

yanglimingcn commented 1 month ago

What problem does this PR solve?

add check for bthread_setconcurrency_by_tag, make sure bRPC workers number in one group between BTHREAD_MIN_CONCURRENCY and BTHREAD_MAX_CONCURRENCY

Issue Number:

Problem Summary:

What is changed and the side effects?

Changed:

Side effects:


Check List: