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@lists.koha-community.org Reporter: ere.maijala@helsinki.fi QA Contact: testopia@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.