[Koha-bugs] [Bug 35086] Koha::SearchEngine::Elasticsearch::Indexer->update_index needs to commit in batches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 4 23:08:54 CET 2024


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

--- Comment #12 from David Nind <david at davidnind.com> ---
Here are the list of jobs from testing using a freshly started KTD:

0000-1316 - Before patch, for both item modification and authority 
            record changes
1317-1318 - After patch, no chunking, item modifications
1319-2632 - After patch, no chunking, authority record changes
            ==> no change (as expected) to number of jobs after patch
                applied and no chunking set
2633-2635 - After patch, chunking (250), item modifications
            . 1 job for batch item modifications, 2 jobs for elastic search
              updates (1 batch of 250 and 1 batch of 161)
2636-3955 - After patch, chunking (250), authority record changes
            . 2636 - Batch authority record modification
            . 2637-3948 - Elasticsearch index updates for 1,312 individual
                          bibliographic record updates
            . 3949-3955 - 6 batches of 250, 1 batch of 206

I'm assuming this is what is expected, feel free to change the bug status if it
isn't.


Testing notes:

1. I tested using ES8 (ktd --es8 up).

2. For the modification of bibliographic records, I updated the 'z - Public
note' with some text.

3. For the modification of authority records, I had a rule to add some text to
680$i subfield.

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


More information about the Koha-bugs mailing list