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

"Resolving SDK" messages aren't attributed to an evaluation #8639

Open
rainersigwald opened this issue Apr 5, 2023 · 1 comment
Open

"Resolving SDK" messages aren't attributed to an evaluation #8639

rainersigwald opened this issue Apr 5, 2023 · 1 comment

Comments

@rainersigwald
Copy link
Member

Issue Description

@KirillOsenkov was looking at an internal build failure that was hard to diagnose, in part because the Resolving SDK events aren't parented under any particular project evaluation

Steps to Reproduce

#7988 should show these symptoms too.

Expected Behavior

If SDK resolution fails, all of the messages should be attributed to a project, so it's easier to understand what was looking for the SDK and any progress messages/warnings associated with it.

Actual Behavior

image

Analysis

This may be caused by the desire to single-instance SDK resolution for a build, so the actual resolution is happening in one thread while other things wait on it.

Versions & Configurations

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants