[Koha-bugs] [Bug 16814] Indexer daemon stresses out server with many instances

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 28 10:07:50 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16814

--- Comment #6 from Magnus Enger <magnus at libriotech.no> ---
(In reply to Mirko Tietgen from comment #5)
> Magnus: do you have a custom cronjob for koha-rebuild-zebra that may be
> running while you also use the inder daemon? I just found that here and if I
> had bigger data sets, that would probably make the server sad.

Not custom, but the standard cronjob set up by the packages in
/etc/cron.d/koha-common was enabled: 

*/5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra -q
$(koha-list --enabled)

I just tried commenting out this, setting USE_INDEXER_DAEMON="yes" and
rebooting, and load, memory usage and swap went through the roof pretty
instantly after the reboot. 

I am fine with WORKSFORME - as I said, a server with this many instances is
probably an edge case.

But, should we at least remove or comment out this:

*/5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra -q
$(koha-list --enabled) 

from /etc/cron.d/koha-common (debian/koha-common.cron.d in git) now that the
daemon is activated as default?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list