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

Olli-Antti Kivilahti <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Olli-Antti Kivilahti <[email protected]> ---
Interesting find.

Do you know if memcached corrupted all the key-values inside it or if this was
an isolated incident which only affected your specific data-structure?

We could add a static checknumber (not calculated from the data) after every
key and val we push to memcached. This shouldn't have much of an overhead and
we could check that the last character in a key or a value must be for ex '!'

This would protect against corruption.
We can log the incident using log4perl and statistize it on a longer duration
to find out if we need to further improve the reliability of memcached?

Offtopic: Cache::Memcached::Fast doesn't have a maintainer any more.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to