[Koha-bugs] [Bug 30822] BatchCommit does not deal with indexation correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 15:29:43 CEST 2022


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

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Katrin Fischer from comment #1)
> Is there a reason indexing could not take place during the import and would
> have to be pushed after the task is completed? Just wondering if this would
> not slow down things for big imports like you would do with bulkmarcimport.

See discussion on bug 30465 for background on this exact issue...

As far as I can tell there's already a bug in the existing implementation here
anyway.. as I just mentioned in bug 29440 if `BiblioAddsAuthorities` is enabled
we're using the search indexes to find authority matches as part of the
AddBiblio action.. if we're calling a whole bunch of AddBiblio's in a row in a
loop then the index will likely be out of date for at least some of these
searches and as such authority matches won't work as expected.. we have a race
condition.

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


More information about the Koha-bugs mailing list