Skip to content

Conversation

@FGasper
Copy link
Collaborator

@FGasper FGasper commented Oct 22, 2024

3 things cause migration-verifier to recheck a document:

  1. document is mismatched between source & destination
  2. document is missing on source or destination
  3. document changed on source and needs a recheck

Unfortunately, the verifier’s metadata persists 2 and 3 together, such that the verifier’s progress logs can’t differentiate them. The current progress logs, though, report them all as “missing”, which can confuse users.

This changeset updates the logging verbiage to be clearer that the “missing documents” totals are really “missing or changed documents”.

@FGasper FGasper requested a review from tdq45gj October 22, 2024 19:46
@FGasper FGasper marked this pull request as ready for review October 22, 2024 20:31
Copy link
Collaborator

@tdq45gj tdq45gj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FGasper FGasper merged commit a2fc487 into main Oct 23, 2024
@FGasper FGasper deleted the REP-5182-clarify-change-event-reporting branch October 23, 2024 12:21
@FGasper FGasper changed the title Clarify reporting of change events in progress logs. REP-5182 Clarify reporting of change events in progress logs. Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants