-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix scheme data race #375
Comments
race comes from
|
I previously thought I had fixed this with solo-io/gloo#6282, and then some of the HA work may have changed the tests to bring it back in. |
@sam-heilbron this was actually seen in the live race image deployed in internal testing environment; not just a testing bug. It's rare but separate; the proposed fix is to add to the global scheme during |
fix for gloo was merged. reopening until skv2 is updated with the function removed, so people don't use this possibly racy function by accident |
reopening to ensure we fix and gloo mesh does not get hit by this |
we should not close this ticket until the code has been removed from skv2 so no one else introduces this by accident |
Seen again recently: solo-io/external-apis#34 |
e.g.
The text was updated successfully, but these errors were encountered: