-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix the bug that the Zuul adapter does not exit the entry with parameters #1148
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1148 +/- ##
============================================
- Coverage 42.87% 42.86% -0.02%
- Complexity 1540 1541 +1
============================================
Files 329 330 +1
Lines 9751 9761 +10
Branches 1318 1318
============================================
+ Hits 4181 4184 +3
- Misses 5055 5063 +8
+ Partials 515 514 -1
Continue to review full report at Codecov.
|
|
||
private Entry entry; | ||
|
||
private Object[] params; |
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.
The fields could be final
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.
LGTM
Thanks for contributing! |
Describe what this PR does / why we need it
热点参数限流#基本使用
Does this pull request fix one issue?
NONE
Describe how you did it
put holder which contains entry and params into Deque and exit with param
Describe how to verify it
Special notes for reviews