Marathon is supporting to forcely update an app, which canbe found in RESTapi doc. HTH.
> 在 2015年11月17日,20:41,Ahmet Emre Aladağ <[email protected]> 写道: > > Hi, > > We are using Mesos 0.25 and Marathon 0.11.1 > > I don't know if this is fixed in the recent version of Marathon or 0.26-RC > version of Mesos. > > We have started an app on Marathon. The app uses service port 10000. Manually > entered this fixed port. > > When I try to restart the app, it tries to create a new task before killing > the existing one. It isn't able to acquire the resource: port 10000 . So > hangs on "Staged". > > I can't kill or suspend or restart or destroy it. It lives there forever with > 2 tasks (one Running, one Staged). Destroy responds with this message: "Error > destroying app: Futures timed out after [10000 milliseconds]" > > Interestingly it tried to start the new task on the same machine, not on the > other 2 slaves. > > Is this a bug? > > Thanks,

