Mesos v1.3.2 Release Notes

    • 🚀 This is a bug fix release.

    All Issues: ** 🐛 Bug

    • [MESOS-6743] - Docker executor hangs forever if docker stop fails.
    • [MESOS-6950] - Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up.
    • [MESOS-7652] - Docker image with universal containerizer does not work if WORKDIR is missing in the rootfs.
    • [MESOS-7674] - Update the generic Protobuf to JSON facility to not output deprecated fields.
    • [MESOS-7858] - Launching a nested container with namespace/pid isolation, with glibc < 2.25, may deadlock the LinuxLauncher and MesosContainerizer.
    • [MESOS-7863] - Agent may drop pending kill task status updates.
    • [MESOS-7865] - Agent may process a kill task and still launch the task.
    • [MESOS-7872] - Scheduler hang when registration fails.
    • [MESOS-7909] - Ordering dependency between 'linux/capabilities' and 'docker/runtime' isolator.
    • [MESOS-7912] - Master WebUI not working in Chrome.
    • [MESOS-7926] - Abnormal termination of default executor can cause MesosContainerizer::destroy to fail.
    • [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly returning 0 after shutdown.
    • [MESOS-8135] - Masters can lose track of tasks' executor IDs.
    • [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
    • [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.