-
Notifications
You must be signed in to change notification settings - Fork 689
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 BackendTLSPolicy Status Update data race #6185
Fixes BackendTLSPolicy Status Update data race #6185
Conversation
See failure: https://github.com/projectcontour/contour/actions/runs/7875556667/job/21487800526?pr=6184
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6185 +/- ##
=======================================
Coverage ? 79.51%
=======================================
Files ? 142
Lines ? 16243
Branches ? 0
=======================================
Hits ? 12916
Misses ? 3014
Partials ? 313
|
DAG cache objects were being written to when StatusUpdater fetched resource to perform update on since status updates held a reference to them. Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
927bc41
to
39ccd41
Compare
DAG cache objects were being written to when StatusUpdater fetched resource to perform update on since status updates held a reference to them.