-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fixes #1856] adjust decision logic when errRequestRatio equals 1.0 #1857
base: master
Are you sure you want to change the base?
Conversation
|
132750d
to
aa9fcf8
Compare
aa9fcf8
to
99a2e64
Compare
A remaining PR requires review. Related to #1856 and #1769, and the pre PR is #1779 @sczyh30 @brotherlu-xcq |
cc @alibaba/sentinel-committer @LearningGp @chenzhiguo for review. This should be included in 2.0 milestone. |
Will version 1.8.x not consider fixing this issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I feel that there is no problem.
when ratio == 1, requests will never be blocked. Fixed the judgment logic in this case.
Fixes #1856