You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not too familiar with this, just copied over from the Istio repo, but I did try their config on main and it didn't crash. I wasn't sure if this was because it's fixed or because it requires a request or something - I didn't set up the full rate limit service.
… on main thread. (#15548)
During the v2 -> v3 migration, some uses of this were added inside filter factory lambdas and could
occur on worker threads, rejecting config on the data plane.
Relevant to #10943Fixes#15083
Risk level: Low
Testing: New assertion in method caused existing tests to fail, fix addresses these. Also manually
audited via grep.
Signed-off-by: Harvey Tuch <htuch@google.com>
Title: Old envoyproxy/ratelimit leads to crash
Description:
Forwarding an issue from our repo: istio/istio#30900
Basically, it sounds like when missing
transport_api_version
in the rate limiting config, we get a crashExpected behavior is some more graceful failure, probably a NACK
Repro steps:
See istio/istio#30900. I did not reproduce myself, just forwarding this
The text was updated successfully, but these errors were encountered: