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

Andrii Nugged <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from Andrii Nugged <[email protected]> ---
After this patch, it DIES inside this sub for something like 1/5 of my records,

i.e., it's not recording "warnings" into an array, but crashes, and because it
dies, it crushes the WHOLE block of IDs processing, so if I am processing this
in rebuild_elasticsearch.pl with -c 1000 (for example, I have 198136 biblios in
DB, 198136 records in index with old code and this patch removed, and 195464
records in index with this above new patch present) for block submission - it
loses all from the block from index,

- so, on rebuild_elasticsearch.pl it dies with such message:

UTF-8 "\xC3" does not map to Unicode at /usr/share/perl5/MARC/File/Encode.pm
line 35.

- it happens in the line:

$decoded_usmarc_record = MARC::Record->new_from_usmarc($usmarc_record);


Note 1: I used the 24.11.xx branches, just with Elasticsearch.pm code reverted
(removed), and it works on old code properly: it does reindex and has all
records. But with this patch, I have ~2500 records lost from the index.

Note 2: we have a lot of non-ASCII symbols in Finnish language texts and
Cyrillic texts.


I am researching why, but I am still in the process.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to