-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Performance degradation between 5.6.0 and 5.7.0 #20841
Comments
@conniey: sorry for the late reply and thanks for creating a new Issue. I ran my Testapp with 3 Replicas on
We can see that the SDK combinations mentioned above seams to face a limit (1mill/minute) of reading/receiving messages. |
@the-mod: We believe this performance regression should be fixed in |
Hi @mikeharder thanks for pinging me. I tried the Version you mentioned and I saw
|
The As a workaround, I believe the |
I tried the I only got some Errors in the log without any Stacktrace:
|
@the-mod: I see existing issues with error @conniey, @anuchandy: Do you know more about this issue and whether it has been fixed? |
This may be a false warning (we need to suppress) because any time work is scheduled on a closed reactor, we emit that message. It's normal for Reactor instances to be closed when we are recreating connections, etc. Does this message impact your application? Do you see it not recovering? |
@conniey The App was running fine. Only saw this popping up in the logs. |
Thanks for confirming! @anuchandy and I were talking about how useful this log is because it seems to add to noise rather than root cause. |
It sounds like we were able to solve the issue. We are still looking at resolving the overflow exception via #23950. Please feel free to open another issue if it crops up again. Thanks! |
From #19698:
Related #20791
The text was updated successfully, but these errors were encountered: