Sentinel System Flow control QPS mode is not accurate in high concurrency

vlju58qv  于 2021-11-29  发布在  Java
关注(0)|答案(2)|浏览(232)

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,

相关问题