Skip to content

Conversation

@spkane31
Copy link
Contributor

What changed?

Changed AbortedByServerErr from serviceerror.NewUnavailable to serviceerror.NewABorted.

Why?

When the update registry is cleared the server incorrectly returns an Unavailable error which has two issues:

  1. Counts against SLA
  2. Triggers an internal server retry

Using an Aborted error will cause retries on the client and be consistent with other errors returned from UpdateWithStart

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

Potential risks

Minimal

@spkane31 spkane31 requested review from a team as code owners January 23, 2026 21:08
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.

2 participants