[koha-commits] main Koha release repository branch master updated. v16.11.00-1018-gcaa4ccc

Git repo owner gitmaster at git.koha-community.org
Fri May 12 14:50:53 CEST 2017


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  caa4cccfa09cdf5c9816634194000307ac508578 (commit)
       via  84dbc80074b5b1ada05b815cba810e4c5fb10dd2 (commit)
      from  8823b41d17465f667bb41a1c373de4c3002d2957 (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 caa4cccfa09cdf5c9816634194000307ac508578
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 8 12:43:43 2017 -0300

    Bug 16758: Use the default cache instance
    
    I do not see a valid reason not to use the default one instead of the
    syspref one.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 84dbc80074b5b1ada05b815cba810e4c5fb10dd2
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Wed Sep 14 15:33:07 2016 +0200

    Bug 16758 - Caching issues in scripts running in daemon mode
    
    As L1 cache does not have expiration mechanism, scripts running
    in daemon mode (rebuild_zebra.pl -daemon, sip server ?, ...) would
    not be aware of any possible changes in the data being cached
    in upstream L2 cache.
    
    This patch adds ->flush_L1_caches() call in rebuild_zebra.pl
    inside daemon mode loop.
    
    To test:
    
    1) apply patch
    2) ensure that rebuild_zebra.pl -daemon is still working properly,
    without any noticeable performance degradation
    3) stop memcached daemon and try to run rebuild_zebra.pl -daemon
    again: there should be a warning emitted stating that the script
    is running in daemon mode but without recommended caching system
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 misc/migration_tools/rebuild_zebra.pl |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list