[Koha-bugs] [Bug 32594] Add a dedicated ES indexing background worker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 8 17:31:58 CET 2023


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

--- Comment #22 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> ---
(In reply to Jonathan Druart from comment #21)
> (In reply to Emily Lamancusa from comment #20)
> > I encountered an error while testing this patch with batch item updates, in
> > which one bad bib blocked the ES indexing update for every item in the batch.
> 
> Hello Emily, I confirm the problem, but that's not directly linked with this
> patch. I am pretty sure this issue exists without this patch.
> 
> When you create a new batch, 2 new jobs are created, the first one is
> modifying the items in database, the second one is updating elastic's index.
> If you look at the job list you will see that the second one has in error
> (still not clear, the status is "finished", but there is an error in the
> detail: " / records have successfully been reindexed. Some errors occurred.")
> 
> That's not ideal but we should deal with that on a separate bug report in my
> opinion.

Good to know - I didn't think to check whether the error was present without
the patch (though it seems obvious in retrospect). Everything worked as
intended on edits that didn't touch the broken bib, so I'll sign off here and
open a new bug.

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


More information about the Koha-bugs mailing list