Skip to content

Geo: Resync verification failures

Michael Kozono requested to merge mk/resync-verification-failures into master

What does this MR do?

Before

  • Sync => Success
  • Verify => Fail
  • Retry verification later (progressive backoff)

After

  • Sync => Success
  • Verify => Fail
  • Resync later (progressive backoff)

Resolves #301244 (closed)

Follow up

There are optimizations that we can do as a result of this change in logic. That is captured in #333461.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Michael Kozono

Merge request reports