-
Notifications
You must be signed in to change notification settings - Fork 387
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
Unhandled Exception in Connection Loop: RuntimeError: ('xids do not match, expected %r received %r', 28, 27) #254
Comments
I can reproduce this failure in our staging and production environments where we have zookeeper clusters and the client is disconnected from NodeA and reconnects to NodeB. It happens every time it seems. Still working to reproduce this in a smaller dev environment. |
@bbangert I noticed you did quite a bit of code reworking for Kazoo 2 regarding connection handling. Can you comment on this? |
We are still seeing this happen occasionally and are downgrading all of our servers to Kazoo 1.3.1 until this is resolved. |
@diranged I don't know if the latest 2 dev has a fix for this offhand. If you can reproduce on staging, maybe you can test it there? |
bump @diranged any updates per above? Is it still reproducible? |
Two days ago we upgraded our servers from Kazoo 1.3.1 -> Kazoo 2.0. We started seeing a 10x increase in the number of connection failures ... and the recovery of those connections is far worse too. It looks like we're seeing a new exception being raised that we did not see before.
This is being caught by
kazoo.client
and throwing theUnhandled exception in connection loop
error. I'm completely stumped, I can't seem to replicate this in my own dev environment... and it only happens sporadically in production.The text was updated successfully, but these errors were encountered: