[Koha-bugs] [Bug 11078] rebuild_zebra.pl can lose updates due to race condition during full rebuilds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 10 05:29:02 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078

--- Comment #53 from M. Tompsett <mtompset at hotmail.com> ---
(In reply to Robin Sheat from comment #52)
> For our purposes, we want a semaphore of size 1, which is what a file lock
> implements.

Not if you wanted to be able to have a full-index waiting for partial-reindex
to finish (or vice versa). There is some fanciness that could be done, if it
was desired. Then you could decide to block or die depending on a set of rules.
I know. I know. Just dreaming crazy wild. A lock is sufficient. :)

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


More information about the Koha-bugs mailing list