[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-128-gafa5643

Git repo owner gitmaster at git.koha-community.org
Tue May 27 16:01:00 CEST 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, 3.14.x has been updated
       via  afa5643a743bb58d44b9a44f346ab0cb95732a60 (commit)
       via  da11c85d7d407c1476d2fcae24341c36fd96b490 (commit)
      from  72050540e6f39e17dfb41d9654fe31805cc13d32 (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 afa5643a743bb58d44b9a44f346ab0cb95732a60
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>
    (cherry picked from commit 03338b70e4de9866bd4afb69f0d8e5eeae3d7866)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit da11c85d7d407c1476d2fcae24341c36fd96b490
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.
    
    (cherry picked from commit b0870311e1b8fae10a6ab17d0e132e911c3ab3aa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

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