Skip to content
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

Race between CDS Handling for security configuration and new SubConn #6786

Closed
zasweq opened this issue Nov 13, 2023 · 0 comments
Closed

Race between CDS Handling for security configuration and new SubConn #6786

zasweq opened this issue Nov 13, 2023 · 0 comments
Assignees

Comments

@zasweq
Copy link
Contributor

zasweq commented Nov 13, 2023

Write in handleSecurityConfig here: https://github.com/grpc/grpc-go/blob/master/xds/internal/balancer/cdsbalancer/cdsbalancer.go#L240 (ran in a callback serializer, but does not sync with a NewSubConn() call below.

Read in NewSubConn here: https://github.com/grpc/grpc-go/blob/master/xds/internal/balancer/cdsbalancer/cdsbalancer.go#L674

@zasweq zasweq self-assigned this Nov 13, 2023
@zasweq zasweq closed this as completed Nov 15, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant