You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
If the current Marathon leader abdicates, it cancels all running deployments.
Cancellation here means: mark the deployment as failed, publish a message and delete the deployment from the repository.
Expected behavior: stop the running deployment, but do not delete the deployment from the repository. The new leader will read and restart the Deployment.
The text was updated successfully, but these errors were encountered:
#4086)
* Fixes#4085 by stopping all running deployments instead of cancelling all running deployments, which would remove the deployment from the ZK repository.
Renamed CancelAllDeployments to StopAllDeployments
* Add test case for StopAllDeployments - make sure all deployments are stopped.
#4086)
* Fixes#4085 by stopping all running deployments instead of cancelling all running deployments, which would remove the deployment from the ZK repository.
Renamed CancelAllDeployments to StopAllDeployments
* Add test case for StopAllDeployments - make sure all deployments are stopped.
If the current Marathon leader abdicates, it cancels all running deployments.
Cancellation here means: mark the deployment as failed, publish a message and delete the deployment from the repository.
Expected behavior: stop the running deployment, but do not delete the deployment from the repository. The new leader will read and restart the Deployment.
The text was updated successfully, but these errors were encountered: