[Koha-bugs] [Bug 26448] New: koha-elasticsearch --commit parameter is not used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 14 09:24:01 CEST 2020


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

            Bug ID: 26448
           Summary: koha-elasticsearch --commit parameter is not used
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: joonas.kylmala at helsinki.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

The script debian/scripts/koha-elasticsearch doesn't use the --commit parameter
even though it should be used. The issues seem to have appeared after Bug
21872. The rebuild_opts variable should keep its previous value like is done
elsewhere in the script with rebuild_opts="${rebuild_opts} but here for the
processes parameter it is done like this:

> rebuild_opts="--processes ${processes}"

This overwrites the previous value of rebuild_opts where the --commit parameter
was.

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


More information about the Koha-bugs mailing list