[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: syncrepl'd MOD deleted entry (ITS#4365)



> update. So you should see a send_ldap_intermediate on the master's log
> with this information, and a corresponding ldap_parse_intermediate on
> the consumer. You should also see "do_syncrep2: LDAP_RES_INTERMEDIATE -

test017 is certainly illustrative. So far, I've found that the master
never hits send_ldap_intermediate ("ever"; I looked at an ADD and a DEL)
and I've noticed that while test017 looks to search for entryUUID:
=> bdb_equality_candidates (entryUUID)
whereas my servers tend toward entryCSN:
=> bdb_inequality_candidates (entryCSN)

I'll play with it more tomorrow...