On Wed, Jul 01, 2026 at 02:39:50PM -0700, Ben Poliakoff wrote:
We've started experiencing syncrepl replication issues recently that look like this in the logs:
syncrepl_entry: rid=011 be_search (0) syncrepl_entry: rid=011 uid=example,ou=People,dc=foo,dc=bar syncrepl_null_callback : error code 0x7a syncrepl_entry: rid=011 be_modify uid=example,ou=People,dc=foo,dc=bar (122)
Hi Ben, is there anything more from that session? This can happen if a local change happens between the time syncrepl reads the local copy and tries to update it[0] and as such, it should only need to try once more and succeed, not loop forever.
If it keeps happening for the same change, something might be interfering, so please post your sanitised config and logs from both sides (provider+consumer) of the affected session.
[0]. ITS#10358 https://bugs.openldap.org/show_bug.cgi?id=10358
Regards,