On 2015/05/05 09:43, Giovanni Bechis wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2015/05/05 09:43:03
>
> Modified files:
> misc/memcached : Makefile distinfo
> misc/memcached/patches: patch-configure patch-items_c
> misc/memcached/pkg: PLIST
>
> Log message:
> Update to 1.4.24
> ok gonzalo@
>
I'm seeing occasional failures in roundcube using memcache storage
after this update which I haven't seen with 1.4.21.
DB Error: Memcache failure on host 192.168.41.3:11211 in
/roundcubemail/program/lib/Roundcube/rcube.php on line 259 (POST
/?_task=mail&_action=refresh?_task=&_action=)
I have 2 machines running memcached + roundcube with roundcube pointed
at both;
$config['memcache_hosts'] = array('192.168.41.2:11211', '192.168.41.3:11211');
Not 100% sure but it looks like it may only happen on a remote host
(i.e. from 192.168.41.2 I only have 'Memcache failure on host 192.168.41.3').
Any ideas of what changed between these versions that might be causing
this?