[koha-commits] main Koha release repository branch master updated. v16.05.00-486-gac4a058

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 19:53:55 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, master has been updated
       via  ac4a058b05fc1a1a6955d025328cca6ae369baeb (commit)
      from  6df86141425c5d781b3387331c5716b3be0a7a6b (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 ac4a058b05fc1a1a6955d025328cca6ae369baeb
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>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list