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

Messaging (Event Hubs, Service Bus) logging improvements #39904

Merged
merged 13 commits into from Apr 30, 2024

Conversation

lmolkova
Copy link
Member

@lmolkova lmolkova commented Apr 24, 2024

Fixes #39575

  • logs transient issues as warnings (instead of errors)
  • logs issues when something is already closed or disposed as warnings (instead of errors)
  • logs terminal issues as errors (if they aren't)

Removes some deprecated (a long time ago) internal, unused constructors.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@anuchandy anuchandy changed the title ServceBus logging improvements Messaging (Event Hubs, Service Bus) logging improvements Apr 24, 2024
Copy link
Member

@anuchandy anuchandy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Liudmila, I don’t think with the changes so far we miss any logs that is crucial for incident investigations. Just some minor comments to hear your thoughts

@lmolkova lmolkova force-pushed the servcebus-logs-transient-as-warning branch from cf49232 to eb6fcfa Compare April 29, 2024 20:28
Copy link
Member

@anuchandy anuchandy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you, LGTM!

sdk/servicebus/azure-messaging-servicebus-stress/pom.xml Outdated Show resolved Hide resolved
@lmolkova lmolkova enabled auto-merge (squash) April 30, 2024 20:03
@lmolkova lmolkova merged commit d773bdf into Azure:main Apr 30, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Service bus sender client: connection errors in logs
3 participants