SOLO-9013
PipelineCancelledSoloError — Internal
PipelineCancelledSoloError
| Code | SOLO-9013 |
| Category | Internal |
| Ownership | Solo |
| Retryable | No |
Description
Thrown to a phase of a parallel orchestration pipeline when a different phase has already failed. When solo deploys network components concurrently, the phases coordinate through an event bus; if one phase throws, the orchestrator aborts the bus so the remaining phases that are waiting on an upstream event stop immediately instead of blocking until their own timeout. This error marks such a downstream cancellation — it is not the root cause. The real failure is carried as this error’s cause and is what solo reports to you; look there (and earlier in the logs) for the phase that actually failed.
Troubleshooting Steps
- This phase did not fail on its own — another phase failed first and the pipeline was aborted.
- Look at the root cause reported above (and earlier in the logs) for the phase that actually failed.