https://bugs.openldap.org/show_bug.cgi?id=9772
--- Comment #2 from Ondřej Kuzník ondra@mistotebe.net --- I cannot reproduce this issue:
``` cd tests ./run -k test050-syncrepl-multiprovider ldapmodify -x -H ldap://localhost:9011/ -D 'cn=config' -y testrun/configpw <<EOMOD dn: olcDatabase={1}mdb,cn=config changetype: modify replace: olcDbCheckpoint olcDbCheckpoint: 1 1 EOMOD for uri in ldap://localhost:{9011..9014}/; do ldapsearch -xLLL -o ldif-wrap=no -H ldap://localhost:9012/ -D 'cn=config' -y testrun/configpw -b 'olcDatabase={1}mdb,cn=config' -s base olcDbCheckpoint entryCSN; done ```
Please provide a more complete description on how to get to that point or logs that actually show the relevant events (the write and its replication).