https://bugs.openldap.org/show_bug.cgi?id=9993
Issue ID: 9993 Summary: Potential race condition in back-mdb online indexer Product: OpenLDAP Version: 2.5.13 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
When the online indexer completes, it should mutex-protect its resetting of the indexing flags.
https://bugs.openldap.org/show_bug.cgi?id=9993
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Howard Chu hyc@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/600
https://bugs.openldap.org/show_bug.cgi?id=9993
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |TEST Keywords|needs_review | Target Milestone|--- |2.5.15
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- • 69f52354 by Howard Chu at 2023-02-01T20:30:22+00:00 ITS#9993 fix online_indexer termination/cleanup
https://bugs.openldap.org/show_bug.cgi?id=9993
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- hyc: significant code differences between 2.5 and 2.6 here. Does this actually apply to 2.5? If so, we need a 2.5 specific MR for it.
https://bugs.openldap.org/show_bug.cgi?id=9993
--- Comment #4 from Howard Chu hyc@openldap.org --- (In reply to Quanah Gibson-Mount from comment #3)
hyc: significant code differences between 2.5 and 2.6 here. Does this actually apply to 2.5? If so, we need a 2.5 specific MR for it.
2.5 appears to be missing the #8958 patch. In fact it was specifically reverted. That needs to be in, before this patch can apply.
https://bugs.openldap.org/show_bug.cgi?id=9993
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.5.15 |2.6.5
https://bugs.openldap.org/show_bug.cgi?id=9993
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=8958
https://bugs.openldap.org/show_bug.cgi?id=9993
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #5 from Quanah Gibson-Mount quanah@openldap.org --- • 70c7b2e9 by Howard Chu at 2023-04-17T18:44:10+00:00 ITS#9993 fix online_indexer termination/cleanup
https://bugs.openldap.org/show_bug.cgi?id=9993
--- Comment #6 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Quanah Gibson-Mount from comment #5)
• 70c7b2e9 by Howard Chu at 2023-04-17T18:44:10+00:00 ITS#9993 fix online_indexer termination/cleanup
RE26 commit
https://bugs.openldap.org/show_bug.cgi?id=9993
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED