-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
fatal error: concurrent map iteration and map write on adsz debug endpoint #28958
Labels
Comments
howardjohn
added a commit
to howardjohn/istio
that referenced
this issue
Nov 17, 2020
istio-testing
pushed a commit
that referenced
this issue
Nov 18, 2020
* Consistently lock and copy ads clients fixes #28958 * fix wrong reference * optimize * fix race
stevenctl
pushed a commit
to stevenctl/istio
that referenced
this issue
Dec 17, 2020
* Consistently lock and copy ads clients fixes istio#28958 * fix wrong reference * optimize * fix race (cherry picked from commit 93c05a6)
stevenctl
pushed a commit
to stevenctl/istio
that referenced
this issue
Jan 5, 2021
* Consistently lock and copy ads clients fixes istio#28958 * fix wrong reference * optimize * fix race
istio-testing
pushed a commit
that referenced
this issue
Jan 6, 2021
* Consistently lock and copy ads clients (#28968) * Consistently lock and copy ads clients fixes #28958 * fix wrong reference * optimize * fix race * Simplify internal generator and refactor a wle controller (#29554) * Refactor internal generator and workloadentry controller * Simplify internal gen * fix ci * fix lint * fix comment * Handle wle register/unregister race (#29604) * handle register/unregister wle race * update * update tmpl * Fix ut * fix lint * Fix workloadentry lost when fast reconnect (#29685) * fix workloadentry lost when fast reconnect happen * Handle fast reconnect: disconnect event later than reconnect event * Cleanup when both workload/pilot down at the same time before pilot has a chance to set disconnTime * fix ut * address comment * Fix leaks in workload entry controller (#29793) * vm auto registration: discard stale disconnect events (#29691) * implement merge patch in crd controller * make wle auto registration robust to register unregister race * release note Co-authored-by: John Howard <[email protected]> Co-authored-by: Zhonghu Xu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem is here we iterate outside of the lock:
istio/pilot/pkg/xds/debug.go
Line 458 in 6ff6fce
The text was updated successfully, but these errors were encountered: