Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[TT-12827] A gateway using a redis rate limiter panics if any Gateway sharing the same Redis is using the DRL #7558
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
Uh oh!
There was an error while loading. Please reload this page.
[TT-12827] A gateway using a redis rate limiter panics if any Gateway sharing the same Redis is using the DRL #7558
Changes from 3 commits
3649ab2946e50a545e4f76214b39File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 39 in gateway/gateway_test.go
Group together these consecutive parameters of the same type.
Check failure on line 100 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 134 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 151 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 168 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 185 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 243 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 259 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 297 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 343 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 517 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 549 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 618 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check warning on line 669 in gateway/gateway_test.go
architecture Issue
Raw output
Check failure on line 685 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 853 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 892 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 915 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 926 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 958 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1004 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1067 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1116 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1182 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1259 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1402 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1576 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1593 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1657 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1700 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1750 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1834 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1847 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1886 in gateway/gateway_test.go
Handle this error explicitly or document why it can be safely ignored.
Check warning on line 300 in gateway/redis_signals.go
Remove this unnecessary variable declaration and use the expression directly in the condition.
Check warning on line 355 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check warning on line 374 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check warning on line 381 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check failure on line 652 in gateway/server.go
Remove this 'else' clause; the code should continue after the error check.
Check warning on line 687 in gateway/server.go
Unused parameter 'certLevel' should be removed.
Check failure on line 933 in gateway/server.go
Handle this error explicitly or document why it can be safely ignored.
Check failure on line 1107 in gateway/server.go
Remove this 'else' clause; the code should continue after the error check.
Check warning on line 1538 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check warning on line 1738 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check warning on line 1778 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check failure on line 1917 in gateway/server.go
Return an error instead of using panic for normal error conditions.
Check failure on line 1956 in gateway/server.go
Return an error instead of using panic for normal error conditions.
Check failure on line 1959 in gateway/server.go
Return an error instead of using panic for normal error conditions.
Check failure on line 1969 in gateway/server.go
Return an error instead of using panic for normal error conditions.
Check notice on line 2085 in gateway/server.go
performance Issue
Raw output
Check warning on line 2140 in gateway/server.go
Remove the 'Get' prefix from this function name.
Check warning on line 2148 in gateway/server.go
Unused parameter 'skipReload' should be removed.
Uh oh!
There was an error while loading. Please reload this page.