[Koha-bugs] [Bug 35165] Batch item deletions are run in a single transaction and cause locking issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 25 08:57:41 CET 2024


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

--- Comment #16 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
The problem is mainly with the "retry". Say you have a "delete bib from 1 to
10". The first job deletes 1 to 5 but fails for 6 to 10. If you retry later
after you fixed the deletion problem for 6-10, the second job (retry) will
report failures for deletion 1 to 5.

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


More information about the Koha-bugs mailing list