Apache Mesos v1.8.1 Release Notes

Release Date: 2019-07-18 // almost 5 years ago
    • ๐Ÿš€ This is a bug fix release.

    ** ๐Ÿ› Bug

    • [MESOS-9395] - Check failure on StorageLocalResourceProviderProcess::applyCreateDisk.
    • [MESOS-9616] - Filters.refuse_seconds declines resources not in offers.
    • [MESOS-9730] - Executors cannot reconnect with agents using TLS1.3
    • [MESOS-9750] - Agent V1 GET_STATE response may report a complete executor's tasks as non-terminal after a graceful agent shutdown.
    • [MESOS-9766] - /processes endpoint can hang.
    • [MESOS-9779] - UPDATE_RESOURCE_PROVIDER_CONFIG agent call returns 404 ambiguously.
    • [MESOS-9782] - Random sorter fails to clear removed clients.
    • [MESOS-9786] - Race between two REMOVE_QUOTA calls crashes the master.
    • [MESOS-9803] - Memory leak caused by an infinite chain of futures in UriDiskProfileAdaptor.
    • [MESOS-9831] - Master should not report disconnected resource providers.
    • [MESOS-9852] - Slow memory growth in master due to deferred deletion of offer filters and timers.
    • [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
    • [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.

    ** ๐Ÿ‘Œ Improvement

    • [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
    • [MESOS-9759] - Log required quota headroom and available quota headroom in the allocator.
    • [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.