-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
[2.1.3-0 ] error 47 from memcached_set #250
Comments
Are you using Docker Swarm? If so, the issue is probably zulip/zulip#14456 (see #426 for debugging notes). |
No, i use only docker-compose |
I get this now too, after a restart. No updates on docker-compose file. Zulip still seems(?) to work fine. These come by email, periodically. Docker Zulip version 2.1.4 ** EMAIL SUBJECT:**
EMAIL BODY:
|
I think the memcached authentication setup we have breaks when the server's hostname changes, which probably happens often with Docker. zulip/zulip#14925 changes what library we're using to access memcached, which may help. |
I believe Zulip server 2.1.7 fixes this issue; the problem was that the way we setup memcached authentication resulted in the default username used changing if the server was restarted with a different hostname, which effectively meant memcached would start throwing this exception every time access was attempted. |
Thank's for your help, i will try the new update. |
still getting the error with the new version 2.1.7-0
|
Did you apply the changes to (And yes, memcached authentication being broken is going to do a ton of logging because every single request will throw at least one exception trying to access the cache. I would have expected our logrotate configuration to handle that on a normal Zulip server, but I suppose Docker ignores that configuration). @andersk FYI. |
No i didnt, but i added manually in memcached container, its ok like that ? |
Zulip's default configuration will use memcached SASL2 authentication when connecting to memcached. Can you explain what you mean by "I added manually in memcached container"? |
Hello, after 3 days of searching, i find the solution :D I have a question, where(how) the server decide to take settings from /home/zulip/deployments/current/zproject/default_settings.py instead of /etc/zulip/settings.py thx for the support, i appreciate. |
Hello,
I am running zulip on docker with version 2.1.3-0
I am getting spam by memecached errors:
The text was updated successfully, but these errors were encountered: