UID2-7162 Azure CC: Wait until SKR is running before starting Operator#2561
Merged
Conversation
cYKatherine
previously approved these changes
May 29, 2026
cYKatherine
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wait for the SKR sidecar to accept TCP connections on
localhost:9000before launching the JVM in Azure CC operator startup. Intended to close a startup race that causedBAD_PAYLOADattestation failures.Background
BAD_PAYLOAD / "Cannot verify payload with the signature"attestation failures on operator start, immediately followed by successful attestation a few seconds later.Changes
_validate_auxiliaries: rewrite to TCP-probelocalhost:9000with the same retry/backoff structure as before. 15 attempts, exponential delay, fatal on timeout.run_compute: call_validate_auxiliaries()between_setup_auxiliaries()and__run_operator(). Matches the AWS pattern._setup_auxiliaries: add a comment explaining why it's intentionally a no-op for Azure CC (SKR is started by ACI, not by us).SKR_HOST/SKR_PORTas class-level constants onAZR.Verification
Deployed to Azure integ as snapshot
5.70.111-alpha-259-SNAPSHOT. Startup log shows the new path executing cleanly: