[Koha-bugs] [Bug 30143] New: OAI-PMH provider may end up in an eternal loop due to missing sort

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 21 14:49:26 CET 2022


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

            Bug ID: 30143
           Summary: OAI-PMH provider may end up in an eternal loop due to
                    missing sort
 Change sponsored?: ---
           Product: Koha
           Version: 21.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: ere.maijala at helsinki.fi
        QA Contact: testopia at bugs.koha-community.org

The OAI-PMH provider may end up in an eternal loop when processing deleted
records due to the select statement missing sort (and limit). If records are
not returned from the database in biblionumber order naturally, this omission
may lead to the same records to be processed with each subsequent request, or
records to be skipped.

Fix coming up.

-- 
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