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

[EventHubTrigger] Log LeaseLostException and ReceiverDisconnectedException as warnings #1947

Closed
pragnagopa opened this issue Oct 5, 2018 · 1 comment · Fixed by #2176
Closed

Comments

@pragnagopa
Copy link
Member

Issue reported Azure/Azure-Functions#978 and Azure/Azure-Functions#979

Exceptions Microsoft.ServiceBus.Messaging.LeaseLostException and Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException are harmless but fill up user logs as errors.

See what-is-causing-azure-event-hubs-receiverdisconnectedexception-leaselostexception and is-there-a-recommanded-way-to-handle-microsoftservicebusmessagingreceiverdisconnectedexception for more details.

Need to investigate if there is a way these can be logged as warnings

@pragnagopa pragnagopa changed the title [EventHubTrigger] Handle Microsoft.ServiceBus.Messaging.LeaseLostException [EventHubTrigger] Log LeaseLostException and ReceiverDisconnectedException as warnings Oct 5, 2018
@fgheysels
Copy link

What is the status on this ?

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 a pull request may close this issue.

2 participants