https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152409|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 152654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152654&action=edit Bug 33972: Set importing status to batch outside of transaction This patch moves the setting of the 'importing' status for the batch outside fo the transaction. This prevents a scenario seen on some setups where a deadlock is created: background_jobs_worker.pl: C4::ImportBatch::SetImportBatchStatus(): DBI Exception: DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting transaction at /usr/share/koha/lib/C4/ImportBatch.pm line 717 To test: 1 - Apply patch 2 - Stage and import some files 3 - Confirm the imports successfully complete Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.