[Koha-bugs] [Bug 32990] Possible deadlock in C4::ImportBatch::_update_batch_record_counts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 28 13:59:41 CEST 2023


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

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Nick Clemens from comment #5)
> This worked, however, the error I got was:
> 
> C4::ImportBatch::SetImportRecordMatches(): DBI Exception: DBD::mysql::st
> execute failed: Deadlock found when trying to get lock; try restarting
> transaction at /kohadevbox/koha/C4/ImportBatch.pm line 494
> 
> 
> Does the statement in that routine need an update too?

Looks like it doesnt. You just hit the same problem in another part of the code
execution in backgroundjob->process. It first does Stage and later calls
FindDup.

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


More information about the Koha-bugs mailing list