alibaba / alibaba/Sentinel

Sentinel与nacos整合推送配置后,限流数被重置

Open
#1,965 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
23.1k
Forks
8.1k
PR merge metrics
No merged PRs in 30d

Description

当配置限流规则为/aaa/test的qps为每分钟5次,达到次数后已被限流,这里配置qps为每分钟10次,通过nacos推送配置,调用了10次资源后才被限流,而不是在原来的基础上再调用5次后就限流,相当于只要推送的新的限流配置,之前的限流记录被重置了

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the Sentinel rate-limiting scenario with Nacos configuration push: consume five of five allowed requests, change the limit to ten, and observe the subsequent requests. The issue is resolved when the existing five-request count is preserved and only five additional requests are accepted after the update; no file or test entry point is named.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.