#49596 repl-monitor.pl fails to find db tombstone/RUV entry
Closed: wontfix 6 years ago Opened 6 years ago by mreynolds.

Issue Description

The script was doing a scope "one" search and it was not returning the RUV tombstone entry. There were recent changes around how to the RUV/tombstone entry was returned, and this impacted the tool.

This affects master, and maybe 1.3.7/1.3.6.

The fix is just to do a "sub" search:

   $ruv = $conn->search($replicaroot, "sub",
                                        "(&(nsuniqueid=ffffffff-ffffffff-ffffffff-ffffffff)(bjectClass=nsTombstone))",
                                         0, qw(nsds50ruv nsruvReplicaLastModified nsds5AgmtMaxCSN));

Metadata Update from @mreynolds:
- Custom field component adjusted to None
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to review
- Custom field type adjusted to None
- Custom field version adjusted to None

6 years ago

Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to ack (was: review)

6 years ago

Thanks William!

e6cc278..5e3f428 master -> master

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

6 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2655

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

3 years ago

Login to comment on this ticket.

Metadata