https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39769
Bug ID: 39769
Summary: es_indexer_daemon.pl uses stale L1 cache
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Searching - Elasticsearch
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
As bug 36549 notes, the es_indexer_daemon.pl doesn't fork child processes to do
its work. This leads to memory leaks, but it also means that it's using a stale
L1 cache.
If you update a system preference like IncludeSeeFromInSearches, you have to
restart your es_indexer_daemon.pl worker before you can re-index your database.
Note that the solution to this problem does not have to be updating the daemon
to fork child process workers.
Rather, we need to clear the L1 cache after we fetch a job.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/