-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[BUG] Long running message bus receivers have intermittent errors #8884
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl |
1 similar comment
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl |
@dandenton ,
|
Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment. |
Hi, We are experiencing the same error if we use a SAS token generated instead of the RootManageSharedAccessKey one. Do you have any update on this? Seems like a breaking changes between the old client (.net full) and new one. We are getting this error after the migration. Thanks, |
@cpunella , could you share the exact error you are facing? |
@anqyan , this exception looks similar to the other issue. Could you please take a look?
|
@nemakam Yes will take a look. |
Describe the bug
Occasionally while using long running code listening to subscriptions on service bus topics we get the errors shown below sent to the registered
exceptionReceivedHandler
. We have 3 services all running against the same message bus but sometimes only 1 or 2 will get the errors at the same time. Error 1 was received last night by 2 of the services for different subscriptions but at the same time. All 3 errors were received when there was no one using the application and nothing was going over the message bus. Sometimes we go several days without errors and some days we have several hundred. They don't seem to affect functionality and we're already using theRetryExponential
policy. We did seem to get the errors more frequently on v4.0.0 but still receive them after upgrading to v4.1.1.Are these exceptions safe to ignore or are we doing something wrong?
Exception or Stack Trace
Error 1:
Error 2:
Error 3:
To Reproduce
Create a subscription to a topic open for receiving and let it run for a few days. Sorry... I'd hate to get a bug like this.
Setup (please complete the following information):
The listener is running in an Azure App Service with Always On enabled
Standard tier Service Bus
.Net Core 3.0
Microsoft.Azure.ServiceBus v4.1.1
The text was updated successfully, but these errors were encountered: