[Koha-bugs] [Bug 30260] New: Script which checks index should also check if the zebraqueue has uncommitted records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 10 03:11:29 CET 2022


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

            Bug ID: 30260
           Summary: Script which checks index should also check if the
                    zebraqueue has uncommitted records
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: aleisha at catalyst.net.nz
        QA Contact: testopia at bugs.koha-community.org

currently our monitoring checks if the indexer is running, and sends an alert
if it it isn't.

however we've found that sometimes the indexer looks like it is running but the
process may not have started fully, and the indexer isn't working. new records
and modified records don't show in search results. when we view the zebraqueue
in the database, there are rows that have not been committed, i.e.
`zebraqueue.done` == 0.

checkindex.sh should check if there are rows in the zebraqueue that have not
been committed.

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


More information about the Koha-bugs mailing list