https://bugs.openldap.org/show_bug.cgi?id=10164
Issue ID: 10164 Summary: back-meta hangs when used with dynlist overlay Product: OpenLDAP Version: 2.6.7 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: nivanova@symas.com Target Milestone: ---
When back-meta is configured with the dynlist overlay, on a search request that triggers dynlist, it will hang. This happens because of a bug in back-meta that is only revealed when an overlay issues an internal operation while processing a result or an entry, as dynlist does, as apposed to issuing it when the client op is first received ( on the way "down" to the backend). The issue is reproduced by configuring dynlist over a back-meta database, and sending a subtree search request with the database suffix as dn.
https://bugs.openldap.org/show_bug.cgi?id=10164
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.18 Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10164
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/679
https://bugs.openldap.org/show_bug.cgi?id=10164
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.6.7 |2.5.17
https://bugs.openldap.org/show_bug.cgi?id=10164
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 1bb795ad by Nadezhda Ivanova at 2024-02-15T16:39:49+00:00 ITS#10164 back-meta hangs when used with dynlist overlay
RE26:
• 493e991e by Nadezhda Ivanova at 2024-02-15T18:13:20+00:00 ITS#10164 back-meta hangs when used with dynlist overlay
RE25:
• 0ce2afd8 by Nadezhda Ivanova at 2024-02-15T18:12:46+00:00 ITS#10164 back-meta hangs when used with dynlist overlay
https://bugs.openldap.org/show_bug.cgi?id=10164
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED