mesosphere / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 846 forks source link

1.11.31 rollback not as expected #7276

Open f1-outsourcing opened 11 months ago

f1-outsourcing commented 11 months ago

Rollback works 'weird'

When you scale a task from 1 instance to 2 instances, and the 2nd one fails to deploy, and you do a rollback. Somehow your first instance is killed and recreated. You would expect the first instance not to be touched.