Mesos v0.27.4 Release Notes

    • 🚀 This is a bug fix release.

    All Issues: ** 🐛 Bug

    • [MESOS-5330] - Agent should backoff before connecting to the master.
    • [MESOS-5571] - Scheduler JNI throws exception when the major versions of JAR and libmesos don't match.
    • [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-5913] - Stale socket FD usage when using libevent + SSL.
    • [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-6152] - Resource leak in libevent_ssl_socket.cpp.