[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-49-gbb89dd2

Git repo owner gitmaster at git.koha-community.org
Mon Apr 22 12:10:49 CEST 2013


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.8.x has been updated
       via  bb89dd2133a402ccdf55d93281e616bcab626039 (commit)
      from  bc7859e8488887a9234b06b9fdd69c946268a414 (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 bb89dd2133a402ccdf55d93281e616bcab626039
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Nov 10 08:40:19 2012 -0500

    Bug 9050: Use safer adelete when deleting records from Zebra index
    
    Previously we used the "delete" command in zebraidx, which fails when
    you try to delete a record that doesn't exist in the index. By changing
    to the "adelete" command, we can reduce the likelihood of a failed
    delete causing ghost records. A symptom of this problem is the warning
    message occasionally encountered when indexing from the zebraqueue,
    "[warn] cannot delete record above (seems new)."
    
    To test:
    1) Add a recordDelete action for a record that does not exist to
       zebraqueue in MySQL:
       INSERT INTO zebraqueue (biblio_auth_number, operation, server) \
           VALUES (999999999, 'recordDelete', 'biblioserver');
    2) Run `rebuild_zebra.pl -b -z -v [-x]`.
    3) Note that you do not get the message "[warn] cannot delete record
       above (seems new)".
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 misc/migration_tools/rebuild_zebra.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list