|
|
This is normal. You should adapt your external processes to cleanup the memcached database when changing a user password. |
|
|
|
- freeipa or active directory does not contain any functionality to reload cache in memcached
- this instance of memcached server only used by sogo.service
- restarting memcached to fix this issuce causes many erorrs like:
Aug 05 13:26:29 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key 'kazakov+dn': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key 'kazakov+attributes': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key 'kazakov+attributes': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key 'kazakov@atsaero.ru+attributes': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key 'kazakov+defaults': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key 'kazakov+settings': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [14207]: <0x0x55a3fc867a30[SOGoCache]> an error occurred when caching value for key '/Users/kazakov/Calendar/personal': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:29 sogod [14207]: <0x0x55a3fc867a30[SOGoCache]> an error occurred when caching value for key '/Users/kazakov/Contacts/personal': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:30 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key '/Users/kazakov/Calendar/personal': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:30 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key '/Users/kazakov/Contacts/personal': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:30 sogod [14207]: <0x0x55a3fc867a30[SOGoCache]> an error occurred when caching value for key '/Users/kazakov/Calendar/personal': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
Aug 05 13:26:30 sogod [18181]: <0x0x55a3fc761720[SOGoCache]> an error occurred when caching value for key '/Users/kazakov/Calendar/personal': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
- flush_all to memcached socket does not fix problem with password
So, how can i fix this?
|
|
|
|
The easiest solution would be to restart memcached, even though it will generate errors (and slowdowns) in SOGo until memcached is restarted. |
|