-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Periodic Memcached & Postgres disconnection in k8s pods #228
Comments
I want to add that this is intermittent -- I get the error every once in a while so I assume that zulip is reconnecting as necessary. |
My guess is the root cause is the same issue explained here: https://zulip.readthedocs.io/en/latest/production/troubleshooting.html#disabling-unattended-upgrades I.e. a service or container is being restarted, and then the errors related to that restart breaking connections are spread over time due to Zulip's recovery logic being per-process. |
Just came here to say I have the same issues, but I am running the docker-zulip installation, which I think does not auto-update the individual containers. And I'm getting way to many emails (>20-30 per day) while the docker swarm is stable with no restarts... |
Are they specifically the sort of postgres/memcached connection failure tracebacks shown above? |
OK, opened #426 and zulip/zulip#14456 to avoid any further confusion. |
Two errors occurred in
memcached
andpostgres
which were reported over email:While it's not clear why the disconnection happened, but chat is still working properly and messages are persisted (this may be related to #225 and the new version is reporting more errors than before)
The text was updated successfully, but these errors were encountered: