https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42835
--- Comment #37 from Pedro Amorim (ammopt) <[email protected]> --- Created attachment 203718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203718&action=edit Bug 42835: (QA follow-up) Make --items slice-aware for --processes _do_reindex_items() ignored %iterator_options and always reindexed the whole items table per forked process, instead of just its own slice. Test plan: 1) Run: perl misc/search_tools/rebuild_elasticsearch.pl --items --reset --processes 3 --verbose 2) Check the output: you should see 3 different "Processing slice" lines and 3 different item counts that add up to your total, not the same full count three times. Co-Authored-By: Claude Sonnet 5 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
