AbortMigration

Phase E — abort an in-flight migration cleanly. AutoManager dispatches NodeControllerMigrationAbort to whichever side(s) need to back out (source resumes, target terminates).

Request Type: AbortMigrationRequest

AutoManager → Manager: abort an in-flight migration. Identifies the migration by (jobId, source role, target role) so Manager can route NodeControllerMigrationAbort to both workers.

Field

Type

Repeated

Description

job_id

JobId

source_role

string

target_role

string

reason

string

Response Type: Empty