https://bugs.openldap.org/show_bug.cgi?id=9324
Issue ID: 9324 Summary: slapd can be stuck in REFRESH mode if a network error occurs Product: OpenLDAP Version: 2.4.51 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
Found when a load balancer severed connection between a provider and consumers while the consumers were in REFRESH mode, they deadlocked. Also blocked the ability to update cn=config.
https://bugs.openldap.org/show_bug.cgi?id=9324
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.4.52
https://bugs.openldap.org/show_bug.cgi?id=9324
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- HEAD:
Commits: • 5aa7e0f6 by Howard Chu at 2020-08-24T15:12:24+00:00 ITS#9324 syncrepl: don't wait forever in Refresh mode
Just poll for available data, same as Persist mode. Clarify retry/return states from do_syncrep2
https://bugs.openldap.org/show_bug.cgi?id=9324
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- Commits: • 276f0e9c by Howard Chu at 2020-08-24T16:11:58+00:00 ITS#9324 syncrepl: don't wait forever in Refresh mode
Just poll for available data, same as Persist mode. Clarify retry/return states from do_syncrep2
https://bugs.openldap.org/show_bug.cgi?id=9324
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED