JockerWong opened a new issue #1496: URL: https://github.com/apache/incubator-brpc/issues/1496
https://github.com/apache/incubator-brpc/blob/53f6436a63f4b4c23d22b9e07e5d6d9af8af7fe7/src/brpc/policy/auto_concurrency_limiter.cpp#L254 I think it should be "qps >= _ema_max_qps / (1.0 + min_explore_ratio", that is, when the qps decrease is not obvious, you can continue to increase the explore speed. And when the qps decreases significantly, you need to reduce the explore speed. I don't know whether my understanding is correct. -- 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]
