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

build: Add debug build step #1062

Closed
wants to merge 5 commits into from
Closed

build: Add debug build step #1062

wants to merge 5 commits into from

Conversation

sayboras
Copy link
Member

This is not optimal as the build is running twice, ideally, we can build with debug symbols and then strip later. Just for quick testing purpose.

@sayboras sayboras force-pushed the pr/tammach/debug-image branch 2 times, most recently from bd0283f to a0eaff6 Compare December 16, 2024 04:28
This is not optimal as the build is running twice, ideally, we can
build with debug symbols and then strip later. Just for quick testing
purpose.

Signed-off-by: Tam Mach <[email protected]>
Signed-off-by: Tam Mach <[email protected]>
@sayboras sayboras force-pushed the pr/tammach/debug-image branch from a0eaff6 to 6b001fa Compare December 16, 2024 08:40
Change error logs to IS_ENVOY_BUG to get a stack trace when a policy is
destructed from a worker thread.

Signed-off-by: Jarno Rajahalme <[email protected]>
Add patch to Envoy to release thread local slots first in the worker
threads, and last in the main thread. This makes sure that destructors of
shared resources are called from the main thread instead of a random
worker thread. This fixes the issue where Cilium Network Policy Map was
destructed from a main thread, possibly interfering with the Secret xDS
gRPC protocol.

Signed-off-by: Jarno Rajahalme <[email protected]>
@sayboras sayboras closed this Jan 29, 2025
@sayboras sayboras deleted the pr/tammach/debug-image branch January 29, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants