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,

