https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38416 --- Comment #19 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #18)
(In reply to Fridolin Somers from comment #17)
I see there may be side effects, not backported to 23.11.x
So far I'm not able to reproduce but in theory there might be.
Yeah no... koha-testing-docker comes with 1 bad record and I've added a 2nd bad record, and 434/436 records are indexed when using 'perl misc/search_tools/rebuild_elasticsearch.pl -d -v -b -c 10' Koha::BiblioUtils runs the Koha::Biblio->metadata_record() function within an eval, so if you can't get a MARC::Record from the XML, then the exception for that record is caught. So we're talking about a record that is valid MARCXML and a valid MARC::Record but an invalid USMARC that is bad enough to trigger a fatal error during decoding (which is interesting since creating a MARC::Record from bad USMARC typically works even when it shouldn't). I've got 1 more idea to try... -- You are receiving this mail because: You are watching all bug changes.