https://bugs.openldap.org/show_bug.cgi?id=9760
Issue ID: 9760 Summary: back-wt is not set "SLAP_DBFLAG_CLEAN" Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: hamano@osstech.co.jp Target Milestone: ---
https://github.com/osstech-jp/openldap/issues/10
yasumatk says:
If "SLAP_DBFLAG_CLEAN" is not set for a backend database, the initialization process of the syncprov overlay reads all entries in the backend database.
As a result, slapd startup time will increase on the back-wt database with a large number of entries. So, back-wt should be set "SLAP_DBFLAG_CLEAN" in back-wt/init.c.
https://bugs.openldap.org/show_bug.cgi?id=9760
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Assignee|bugs@openldap.org |quanah@openldap.org Target Milestone|--- |2.5.10
https://bugs.openldap.org/show_bug.cgi?id=9760
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/459
https://bugs.openldap.org/show_bug.cgi?id=9760
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 --- • 30917b98 by HAMANO Tsukasa at 2022-01-03T18:00:00+00:00 ITS#9760 back-wt: SLAP_DBFLAG_CLEAN is always set.
RE26:
• 8452f35e by HAMANO Tsukasa at 2022-01-12T21:50:59+00:00 ITS#9760 back-wt: SLAP_DBFLAG_CLEAN is always set.
RE25:
• 3b3268e2 by HAMANO Tsukasa at 2022-01-12T21:52:15+00:00 ITS#9760 back-wt: SLAP_DBFLAG_CLEAN is always set.
https://bugs.openldap.org/show_bug.cgi?id=9760
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED