https://bugs.openldap.org/show_bug.cgi?id=9500
Issue ID: 9500 Summary: back-mdb: index generation failiure Product: OpenLDAP Version: 2.5 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: smckinney@symas.com Target Milestone: ---
Operating system CentOS Linux release 8.3.2011 OpenLDAP version 2.5.2 beta
Error adding records. After app. 65539 records.
Clientside error: index generation failed
Server log:
Mar 12 19:17:48 tx01 slapd[30394]: conn=1015 op=4 ADD dn="cn=foo,ou=Roles,ou=RBAC,dc=example,dc=com" Mar 12 19:17:48 tx01 slapd[30394]: slap_get_csn: conn=1015 op=4 generated new csn=20210312191748.484367Z#000000#001#000000 manage=1 Mar 12 19:17:48 tx01 slapd[30394]: slap_queue_csn: queueing 0x7d3d842146e0 20210312191748.484367Z#000000#001#000000 Mar 12 19:17:48 tx01 slapd[30394]: => mdb_idl_insert_keys: c_get hi failed: MDB_NOTFOUND: No matching key/data pair found (-30798) Mar 12 19:17:48 tx01 slapd[30394]: conn=1015 op=4 RESULT tag=105 err=80 qtime=0.000042 etime=0.001244 text=index generation failed Mar 12 19:17:48 tx01 slapd[30394]: slap_graduate_commit_csn: removing 0x7d3d842146e0 20210312191748.484367Z#000000#001#000000
https://bugs.openldap.org/show_bug.cgi?id=9500
Shawn McKinney smckinney@symas.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|back-mdb: index generation |back-mdb: index generation |failiure |failure
https://bugs.openldap.org/show_bug.cgi?id=9500
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs_review Target Milestone|--- |2.5.3
https://bugs.openldap.org/show_bug.cgi?id=9500
--- Comment #1 from Shawn McKinney smckinney@symas.com --- reconfigured servers, added this to slapd.conf:
backend mdb idlexp 17
Reran tests. Same result as before, but now failing after 131075 entries
https://bugs.openldap.org/show_bug.cgi?id=9500
--- Comment #2 from Howard Chu hyc@openldap.org --- Appears to be a regression since c131c853f0a0555cc58eb2a5e3eee35448cf8656
https://bugs.openldap.org/show_bug.cgi?id=9500
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Howard Chu hyc@openldap.org --- fixed in master, mdb.master3
https://bugs.openldap.org/show_bug.cgi?id=9500
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.5.3 |0.9.29 Component|backends |liblmdb Product|OpenLDAP |LMDB Version|2.5 |unspecified
https://bugs.openldap.org/show_bug.cgi?id=9500
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
--- Comment #4 from Quanah Gibson-Mount quanah@openldap.org --- mdb.master3:
• fcf44d3f by Howard Chu at 2021-03-14T14:34:13+00:00 ITS#9500 fix regression from ITS#8662
mdb.master:
Commits: • 2d06d7aa by Howard Chu at 2021-03-14T14:49:07+00:00 ITS#9500 fix regression from ITS#8662
RE0.9:
• b167701f by Howard Chu at 2021-03-14T17:51:52+00:00 ITS#9500 fix regression from ITS#8662
https://bugs.openldap.org/show_bug.cgi?id=9500
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Status|RESOLVED |VERIFIED