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

(ITS#8102) syncrepl_entry: be_modify failed (16)



Now running RE24 head (commit 1101d4b7dbdb2453076c1075d1ae2375c36f06f9)

Turned on a bit of logging (sync trace args) and grepped out some
lines of interest.

@(#) $OpenLDAP: slapd 2.4.X (Apr 10 2015 20:07:53) $
... skipping ...
syncrepl_message_to_entry: rid=100 DN:
cn=3,ou=stest,dc=example,dc=com, UUID:
0f89951e-94fe-445b-91f8-9e8589c4d1e3
mdb_modify_internal: 0x00ebd167: cn=2,ou=stest,dc=example,dc=com
mdb_modify_internal: replace AttrComment
mdb_modify_internal: replace entryCSN
mdb_modify_internal: replace modifiersName
mdb_modify_internal: replace modifyTimestamp
syncrepl_entry: rid=100 LDAP_RES_SEARCH_ENTRY(LDAP_SYNC_ADD)
syncrepl_entry: rid=100 inserted UUID 0f89951e-94fe-445b-91f8-9e8589c4d1e3
syncrepl_entry: rid=100 be_search (0)
syncrepl_entry: rid=100 cn=3,ou=stest,dc=example,dc=com
mdb_modify: cn=3,ou=stest,dc=example,dc=com
mdb_modify: updated id=00ebd167 dn="cn=2,ou=stest,dc=example,dc=com"
syncrepl_entry: rid=101 be_modify cn=2,ou=stest,dc=example,dc=com (0)
syncrepl_message_to_entry: rid=101 DN:
cn=3,ou=stest,dc=example,dc=com, UUID:
0f89951e-94fe-445b-91f8-9e8589c4d1e3
mdb_modify_internal: 0x00ebd168: cn=3,ou=stest,dc=example,dc=com
mdb_modify_internal: delete AttrComment
mdb_modify_internal: replace entryCSN
mdb_modify_internal: replace modifiersName
mdb_modify_internal: replace modifyTimestamp
syncrepl_entry: rid=101 LDAP_RES_SEARCH_ENTRY(LDAP_SYNC_ADD)
syncrepl_entry: rid=101 inserted UUID 0f89951e-94fe-445b-91f8-9e8589c4d1e3
syncrepl_entry: rid=101 be_search (0)
syncrepl_entry: rid=101 cn=3,ou=stest,dc=example,dc=com
mdb_modify: cn=3,ou=stest,dc=example,dc=com
mdb_modify: updated id=00ebd168 dn="cn=3,ou=stest,dc=example,dc=com"
syncrepl_entry: rid=100 be_modify cn=3,ou=stest,dc=example,dc=com (0)
syncrepl_message_to_entry: rid=100 DN:
cn=4,ou=stest,dc=example,dc=com, UUID:
25f4703a-b73e-4d7c-81b8-9f139e267023
mdb_modify_internal: 0x00ebd168: cn=3,ou=stest,dc=example,dc=com
mdb_modify_internal: delete AttrComment
mdb_modify_internal: 16 modify/delete: AttrComment: no such attribute
mdb_modify: modify failed (16)
null_callback : error code 0x10
syncrepl_entry: rid=101 be_modify cn=3,ou=stest,dc=example,dc=com (16)
syncrepl_entry: rid=101 be_modify failed (16)

Thanks

Tom