[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 09:24:18 CET 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #21 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(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.

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


More information about the Koha-bugs mailing list