https://bugs.openldap.org/show_bug.cgi?id=9456
Issue ID: 9456 Summary: asyncmeta_timeout_loop needs to wake listener Product: OpenLDAP Version: 2.5 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
Otherwise if it triggers at just the wrong time, all asyncmeta connection processing will stop, and only occur at the next 1-second interval that the timeout loop triggers at.
https://bugs.openldap.org/show_bug.cgi?id=9456
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
https://bugs.openldap.org/show_bug.cgi?id=9456
--- Comment #1 from Howard Chu hyc@openldap.org --- The wake_listener wasn't the problem, it was excess/redundant manipulation of the runqueue.
https://bugs.openldap.org/show_bug.cgi?id=9456
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Target Milestone|--- |2.5.1
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- trunk:
Commits: • c0c1bd31 by Howard Chu at 2021-02-06T15:45:22+00:00 ITS#9456 fix prev commit
• 7c129c8d by Howard Chu at 2021-02-06T13:47:55+00:00 ITS#9456 fix asyncmeta_timeout_loop()
RE25:
• 68b73a20 by Howard Chu at 2021-02-06T22:09:40+00:00 ITS#9456 fix asyncmeta_timeout_loop()
https://bugs.openldap.org/show_bug.cgi?id=9456
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED