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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 17 06:04:44 CEST 2019


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #92835|0                           |1
        is obsolete|                            |

--- Comment #16 from David Cook <dcook at prosentient.com.au> ---
Created attachment 92867
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92867&action=edit
Bug 13193: Make Memcached usage fork safe

When a high enough number of forks try to access for example system
preferences with Koha::Cache using memcached as backend the results of
different cache requests get mixed up.

The problem is fixed by using Cache::Memcached::Fast::Safe that is a
fork safe version of Cache::Memcached::Fast.

Sponsored-by: The National Library of Finland
Signed-off-by: David Cook <dcook at prosentient.com.au>

Works as described, and solves an insidious difficult to debug
problem in Koha.

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


More information about the Koha-bugs mailing list