Skip to content

Instantly share code, notes, and snippets.

@timcharper
Last active December 13, 2016 00:06
Show Gist options
  • Save timcharper/1c6c2010b3feef3e3bcbef1f41e9bdfa to your computer and use it in GitHub Desktop.
Save timcharper/1c6c2010b3feef3e3bcbef1f41e9bdfa to your computer and use it in GitHub Desktop.
1.4.0-RC2 Changlog

Changes for 1.4.0-RC2

...

Known issues

Serious

  • Marathon does not re-use reserved resources for which a lost task is associated. In the event that a resident task becomes lost (due to a somewhat common event such as rebooting the host on which the mesos agent and task are running), then the resident task becomes Unreachable. Once it becomes this state, Marathon will consider the task gone and create additional reservations (it should probably wait until it becomes UnreachableInactive to do this). Even though the prior reservation is re-offered, Marathon will not use it.

Minor (fixed in 1.4.1?)

@jdef
Copy link

jdef commented Dec 12, 2016

"abort after losing leadership" landed

@timcharper
Copy link
Author

Great, updated. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment