https://bugs.openldap.org/show_bug.cgi?id=10021
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- On Sat, Mar 11, 2023 at 06:15:52AM +0000, openldap-its@openldap.org wrote:
I have a test system running OpenLDAP 2.6.4 linked against WiredTiger 11.1.0 running on a RHEL9.1-based system. Running kernel is 6.1.16, filesystem is XFS.
back_wt.la was added to cn=module and a simple olcDatabase=wt was created like: [...]
I start slapd and it creates the database files correctly. I then go and try to create the container with a simple .ldif and ldapadd:
dn: dc=fdf,dc=net objectClass: dcObject objectClass: organization o: FDF dc: fdf
That generates:
[1677801597:758327][83158:0x55b4158fb640], file:dn2id.wt, WT_CURSOR.insert: [WT_VERB_DEFAULT][ERROR]: __wt_txn_id_check, 1339: write operations are not supported in read-committed or read-uncommitted transactions.: Operation not supported Mar 2 15:59:57 slapd[83158]: wt_dn2id_add: insert failed: Operation not supported (95)
Hi, does make test pass with wiredtiger for you? To run it just for that backend: cd tests; make wt
Thanks,