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

David Nind <da...@davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #160531|0                           |1
        is obsolete|                            |

--- Comment #10 from David Nind <da...@davidnind.com> ---
Created attachment 160561
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160561&action=edit
Bug 35086: Also split chunks when indexing from background job

The es background indexer is designed to combine background jobs when started
based on the 'batch_size' option.

While this is helpful for combining individual updates, it can be problematic
when there are several large batch modifications, or when worker has stopped
and is restarted.

This patch uses the same logic as in the indexer to split the chunks that are
sent directly for indexing.

To test:
1 - Follow test plan on previous patch
2 - Confirm items are correctly indexed and jobs marked

Signed-off-by: David Nind <da...@davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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