[koha-commits] main Koha release repository branch new/bug_9049 created. v3.08.00-1397-g49cadcf

Git repo owner gitmaster at git.koha-community.org
Sat Dec 8 15:40:24 CET 2012


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, new/bug_9049 has been created
        at  49cadcf7c186cf5fa5de13571e755ed2a1925aae (commit)

- Log -----------------------------------------------------------------
commit 49cadcf7c186cf5fa5de13571e755ed2a1925aae
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Nov 10 07:51:22 2012 -0500

    Bug 9049: Don't use shadow with rebuild_zebra -r
    
    Due to a limitation of Zebra, the register must be cleared *before*
    doing shadow indexing if you want to reset the indexes. In light of
    that, it does not make sense to do shadow indexing at all when
    rebuild_zebra.pl is run with the -r switch. This patch makes -r (reset)
    imply -n (no shadow).
    
    To test:
    1) Run `rebuild_zebra.pl -b -r -v -v -v`
    2) Note that the script never runs the merge phase
    
    Without the patch I see log lines refering to the shadow cache (enabling shadow spec=/home/koha/koha-dev/var/lib/zebradb/biblios/shadow:20G)
    With the patch I don't see anything in the logs about shadow.  I do however see lines about merging.  I think it could just be a misunderstanding of the logs
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Elliott Davis <elliott at bywatersolutions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit a090beaa80473e325374bea893ae919288ae88ec
Merge: 1b91dbd 3a26d65
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Dec 8 09:45:44 2012 -0500

    Merge branch 'bug_8519' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list