Skip to content
Steve Wong edited this page Nov 16, 2015 · 1 revision

mesos-module--0.24.1-dvdi-0.2.0

features added since 0.23.0-dvdi-0.1.0:

  • add support for Mesos 0.24.1
    • Because of mesos interface changes, this release is not compatible with Mesos 0.23.0 or 0.25.0.
    • This release is likely to work with Mesos 0.24.0, but has not been tested on that platform
  • refactor code in response to a code review for compliance with Mesos style guidelines and conventions
  • refactor mount list to use Mesos checkpoint code. This makes the mount list recording more fault tolerant against a slave termination that occurs during write of the mount list. There is a Jira ticket to expose the Mesos checkpoint implementation as an API, but in the meantime this uses the template and inline code from a Mesos header file.