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

Fix logging context validity check #10348

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Fix logging context validity check #10348

merged 1 commit into from
Jul 11, 2024

Conversation

JanKrivanek
Copy link
Member

@JanKrivanek JanKrivanek commented Jul 9, 2024

Adds diagnostics for #10342

Context

Attempted logging with invalid context had cryptic error message. It could happen on AssemblyLoadTracker which should be just a transient error.

The exception can be found in the telemetry even in the past - the recent changes only increased likelyhood.

Changes Made

  • Improved logging
  • Added resiliency to AssemblyLoadTracker

@JanKrivanek JanKrivanek enabled auto-merge (squash) July 11, 2024 07:14
@JanKrivanek
Copy link
Member Author

JanKrivanek commented Jul 11, 2024

@akoeplinger please note that the bug is not fixed. It'd be nice to see updated evidence once this flows into sdk and that sdk is being applied to VMR build. How often do you update the sdk there?

@akoeplinger
Copy link
Member

akoeplinger commented Jul 11, 2024

@JanKrivanek we can do it on demand as needed. I can also patch/replace any dll in the SDK which is used to build as part of a PR so we can run a couple builds until we hit the issue.

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.

4 participants