[koha-commits] main Koha release repository branch master updated. v3.14.00-543-g03338b7

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 19:24:13 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  03338b70e4de9866bd4afb69f0d8e5eeae3d7866 (commit)
       via  b0870311e1b8fae10a6ab17d0e132e911c3ab3aa (commit)
      from  67d3985929d70b67e64d5f0c275109b109065d2d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03338b70e4de9866bd4afb69f0d8e5eeae3d7866
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 18:42:25 2014 +0000

    Bug 10955: (follow-up) improve usage information
    
    This patch improves rebuild_zebra.pl's usage help
    by explaining when --skip-deletes should be considered
    and noting that it should be used in conjunction with
    a cronjob to process deletions after hours.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b0870311e1b8fae10a6ab17d0e132e911c3ab3aa
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 26 12:47:13 2013 -0400

    Bug 10955 - Add ability to skip deletions in zebraqueue
    
    It seems that record deletions can cause extreme slowdowns for Koha
    installations with extremely large numbers of records. It would be
    helpful to be able to skip record deletions when processing the
    zebraqueue with rebuild_zebra.pl so the deletions can be processed with
    a lower frequency.
    
    Test Plan:
    1) Disable any zebra indexing cronjobs you may have
    2) Delete a record
    3) Note the operation recordDelete in the zebraqueue table having done = 0
    4) Run misc/migration_tools/rebuild_zebra.pl -b -z --skip-deletes
    5) Note the delete still has done = 0
    6) Run misc/migration_tools/rebuild_zebra.pl -b -z
    7) Note the delete now has done = 1
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Also tested for authorities, no problems found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    RM note: this is at best a work-around, and I will emphasize that
    --skip-deletes should be used only when absolutely necessary.
    
    I hope that --skip-deletes can go away at some point soon, but
    that may depend on changes to Zebra.

-----------------------------------------------------------------------

Summary of changes:
 misc/migration_tools/rebuild_zebra.pl |   30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list