Bug 25710

Summary: On ElasticSearch only system zebraqueue table is never purged
Product: Koha Reporter: Didier Gautheron <didier.gautheron>
Component: Searching - ElasticsearchAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: trivial    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26024
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 21820, 16248    
Bug Blocks:    

Description Didier Gautheron 2020-06-10 19:53:30 UTC
Even if there's no zebra server zebraqueue table is populated (with done == 0).

misc/cronjobs/cleanup_database.pl is only deleting zebraqueue table with done == 1

But without a zebra indexer daemon nothing is setting zebraqueue.done to 1.
Comment 1 Katrin Fischer 2022-03-15 08:29:37 UTC
I think this could be resolved with bug 21820 - marking as a duplicate.

*** This bug has been marked as a duplicate of bug 21820 ***