[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 16 11:19:40 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193

Joonas Kylmälä <joonas.kylmala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joonas.kylmala at helsinki.fi

--- Comment #4 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
I don't think there is corruption happening in memcached but a race condition
caused by us using Cache::Memcached::Fast even though it is not thread/fork
safe. I fixed this issue by replacing it with Cache::Memcached::Fast::Safe,
hopefully I will manage to send a patch soon.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list