https://bugs.openldap.org/show_bug.cgi?id=9394
Issue ID: 9394 Summary: syncprov: Session log can end up with duplicate entries Product: OpenLDAP Version: 2.4.55 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
Had an incident today where slapd stopped after the following assert was triggered in syncprov.c:
1655 rc = tavl_insert( &sl->sl_entries, se, syncprov_sessionlog_cmp, avl_dup_error ); 1656 assert( rc == LDAP_SUCCESS );
This was due to the same entry being inserted into the sessionlog a second time without the prior instance having been removed.
https://bugs.openldap.org/show_bug.cgi?id=9394
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.4.57
https://bugs.openldap.org/show_bug.cgi?id=9394
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- trunk:
Commits: • a87ae275 by Howard Chu at 2020-11-17T00:31:56+00:00 ITS#9394 syncprov: ignore duplicate sessionlog entries
https://bugs.openldap.org/show_bug.cgi?id=9394
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE24:
Commits: • 76df30a8 by Howard Chu at 2020-11-19T23:42:33+00:00 ITS#9394 syncprov: ignore duplicate sessionlog entries
https://bugs.openldap.org/show_bug.cgi?id=9394
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED