Mesos v0.28.3 Release Notes

    • 🚀 This is a bug fix release.

    All Issues: ** 🐛 Bug

    • [MESOS-5571] - Scheduler JNI throws exception when the major versions of JAR and libmesos don't match.
    • [MESOS-5673] - Port mapping isolator may cause segfault if it bind mount root does not exist.
    • [MESOS-5330] - Agent should backoff before connecting to the master.
    • [MESOS-5543] - /dev/fd is missing in the Mesos containerizer environment.
    • [MESOS-5691] - SSL downgrade support will leak sockets in CLOSE_WAIT status.
    • [MESOS-5723] - SSL-enabled libprocess will leak incoming links to forks.
    • [MESOS-5748] - Potential segfault in link when linking to a remote process.
    • [MESOS-5763] - Task stuck in fetching is not cleaned up after --executor_registration_timeout.
    • [MESOS-5073] - Mesos allocator leaks role sorter and quota role sorters.
    • [MESOS-5698] - Quota sorter not updated for resource changes at agent.
    • [MESOS-5740] - Consider adding relink functionality to libprocess.
    • [MESOS-5576] - Masters may drop the first message they send between masters after a network partition.
    • [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
    • [MESOS-5927] - Unable to run "scratch" Dockerfiles with Unified Containerizer.
    • [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.
    • [MESOS-5986] - SSL Socket CHECK can fail after socket receives EOF.
    • [MESOS-6104] - Potential FD double close in libevent's implementation of sendfile.
    • [MESOS-6142] - Frameworks may RESERVE for an arbitrary role.
    • [MESOS-6152] - Resource leak in libevent_ssl_socket.cpp.
    • [MESOS-6233] - Master CHECK fails during recovery while relinking to other masters.
    • [MESOS-6234] - Potential socket leak during Zookeeper network changes.
    • [MESOS-6246] - Libprocess links will not generate an ExitedEvent if the socket creation fails.
    • [MESOS-6299] - Master doesn't remove task from pending when it is invalid.
    • [MESOS-6457] - Tasks shouldn't transition from TASK_KILLING to TASK_RUNNING.
    • [MESOS-6527] - Memory leak in the libprocess request decoder.