Hello,

We face sync issue between two servers (2.5.14) in mirrormode with accesslog. Some updates on groups are not replicated because the modification is not added to the accesslog where the modification is applied. 

There is no plain error when we ADD some groups (they are added to the DIT) but after enabling the 'sync' log level, we an see these errors:
Aug  5 15:20:18 server1 slapd[15489]: conn=12173218 op=8040 accesslog_response: got result 0x50 adding log entry reqStart=20240805132018.000093Z,cn=accesslog
We could find that it is probably due to olcAccessLogSuccess: TRUE, but the log follows with a normal result:

Aug  5 15:20:18 server1 slapd[15489]: conn=12173218 op=8040 RESULT tag=105 err=0 qtime=0.000019 etime=0.034941 text=

If we later update the group, a fullsync happens and the group is created on the other server. Since increasing loglevel may overwhelm the server, I didn't blindly try any other loglevels.

How should I test and debug what makes the accesslog entry rejected (and thus, the object is not replicated) ?

Thanks
Jerome