Issue Description
- bug report*
Describe what happened (or what feature you want)
System Flow control QPS mode is not accurate in high concurrency
I think "Constants.ENTRY_NODE.successQps()" should be replaced by "Constants.ENTRY_NODE.passQps()"
becasue "passQps()" in StatisticSlot.entry() increase, but "successQps()" in StatisticSlot.exit() increase,
2条答案
按热度按时间7kqas0il1#
this scenes is peak-cutting?
like this:
https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-rocketmq
oiopk7p52#
???