[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-136-g3932480

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 12:06:27 CEST 2016


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.22.x has been updated
       via  3932480d6f8529481452c03de9f0456e113834ed (commit)
      from  62113a4c10e7769f79695f4305afca41915cda7b (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 3932480d6f8529481452c03de9f0456e113834ed
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Aug 2 23:26:03 2016 -0400

    Bug 16885: koha-stop-zebra should be more sure of stopping zebrasrv
    
    This patch follows Galen's suggestion in comment #7.
    
    TEST PLAN
    ---------
    1) Back up your koha logs as desired.
    2) add something to /var/log/koha/{instance name}/intranet-error.log
    3) ps aux | grep zebra
    4) logrotate -f /etc/logrotate.d/koha-common
    5) ps aux | grep zebra
       -- the zebrasrv and daemon process for zebra indexing
          didn't restart.
    6) apply this patch against /usr/sbin/koha-stop-zebra
    7) sudo koha-start-zebra {instance name}
    8) ps aux | grep zebra
       -- the processes should have started up again.
    9) add different junk to /var/log/koha/{instance name}/intranet-error.log
    10) ps aux | grep zebra
    11) logrotate -f /etc/logrotate.d/koha-common
    12) ps aux | grep zebra
        -- the process ids for the zebrasrv and daemon processes should
           be different, but the number of processes is the same as before.
    13) sign off, because its less ugly than comment #3
    
    Sponsored-by: Tulong Aklatan
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Works as expected, no regressions found.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit ac4a058b05fc1a1a6955d025328cca6ae369baeb)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 16769bdb1445bcccd3be0221ba69917344f363e9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 debian/scripts/koha-stop-zebra |   25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list