集群限流模式下,拒绝QPS很低
Open
- Dominant language
- Java
- Stars
- 23.1k
- Forks
- 8.1k
- PR merge metrics
- No merged PRs in 30d
Description

图中前部分是按集群模式,总体阈值50配置,实际达到的效果通过的QPS远远大于50,拒绝的QPS偏低。
后半部分是改为单机限流,单台阈值25,通过的QPS为50,完全符合规则。
总共2台。
Contributor guide
Research direction
No files, tests, versions, or entry points are named. Reproduce the two-node cluster-mode case with a total threshold of 50, compare it with two standalone nodes at 25 each, and trace the cluster rate-limiting path; done means the cluster-wide limit is enforced and rejected QPS reflects traffic above 50.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100