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

[Event Hubs] ETW fixes #43210

Merged
merged 1 commit into from
Apr 5, 2024
Merged

[Event Hubs] ETW fixes #43210

merged 1 commit into from
Apr 5, 2024

Conversation

jsquire
Copy link
Member

@jsquire jsquire commented Apr 4, 2024

Summary

The focus of these changes is to fix several mistakes related to ETW logs. Some messages that included links to the troubleshooting guide were improperly annotated with [Event] instead of [NonEvent], causing ETW to log a warning for "too many parameters" when writing the messages. Also corrected a parameter ordering issue for an event batch processing error, causing the structured argument parameters to be ordered differently than they appear in the message template.

The focus of these changes is to fix several mistakes
related to ETW logs.  Some messages that included links
to the troubleshooting guide were improperly annotated
with `[Event]` instead of `[NonEvent]`, causing ETW
to log a warning for "too many parameters" when writing
the messages.  Also corrected a parameter ordering issue
for an event batch processing error, causing the structured
argument parameters to be ordered differently than they
appear in the message template.
@jsquire jsquire added Event Hubs Client This issue points to a problem in the data-plane of the library. labels Apr 4, 2024
@jsquire jsquire added this to the 2024-04 milestone Apr 4, 2024
@jsquire jsquire self-assigned this Apr 4, 2024
@jsquire
Copy link
Member Author

jsquire commented Apr 4, 2024

/azp run net - eventhub - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jsquire jsquire merged commit d12489a into Azure:main Apr 5, 2024
45 checks passed
@jsquire jsquire deleted the eventhubs/etw branch April 5, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants