[389-devel] 389 DS nightly 2020-05-08 - 88% PASS

2020-05-07 Thread vashirov
https://fedorapeople.org/groups/389ds/ci/nightly/2020/05/08/report-389-ds-base-1.4.4.1-20200507git1b7b12e.fc31.x86_64.html ___ 389-devel mailing list -- 389-devel@lists.fedoraproject.org To unsubscribe send an email to

[389-devel] Re: Slapi Entry duplication observation

2020-05-07 Thread William Brown
It could be interesting to support snapshots of attribute trees here. We could do something with a concurrent b+tree within the entry where we have: attribute tree: pinned-initial-state: write-state: That way we only copy-on-write what we need into the write state, and we have an easy revert

[389-devel] Slapi Entry duplication observation

2020-05-07 Thread Mark Reynolds
As we've been discussing performance recently, I did a little checking on how many times we duplicate a slapi_entry when doing a single modification.  I updated an entry like this (which is actually pretty small): dn: uid=mareynol,ou=people,dc=example,dc=com uid: mareynol objectClass: top