Tagging Mesos 1.4.1

c844db9ac Removed WIP from 1.4.1 release notes.
c19dfd5f2 Updated Mesos version to 1.4.1 in CMakeLists.txt.
5ec1a7bfc Added MESOS-8090 to the 1.4.1 CHANGELOG.
b0448a4b5 Added MESOS-8169 to the 1.4.1 CHANGELOG.
b6022a112 Added a test for ExecutorID validation in ReregisterSlaveMessage.
ed1f00e35 Fixed incorrect validation that forced ExecutorID uniqueness.
a2b346b98 Added MESOS-8051 to the 1.4.1 CHANGELOG.
ca03e9297 Ignored the tasks already being killed when killing the task group.
049bfecc0 Added MESOS-8080 to the 1.4.1 CHANGELOG.
1f2706a97 Fixed default executor handling of nested container status.
df03a7313 Added MESOS-8135 to the 1.4.1 CHANGELOG.
2ee0f7689 Fixed an issue where task executor IDs are missing in the master.
c2c64c760 Added MESOS-8090 to the 1.4.1 CHANGELOG.
5bcc87522 Fixed missing `convertResourceFormat` cases in `master::updateSlave`.
a625e7f2b Added MESOS-7921 to the 1.4.1 CHANGELOG.
8623cc7c9 Fixed a crash in ProcessManager::resume due to race.
43ca8825a Fixed the clang complation problem for the executor tests.
26fe45fcd Updated website for 1.4.0.
2d68c22c3 Added 1.4.0 blog post.
8613a7a8b Added MESOS-7964 to 1.4.1 CHANGELOG.
27b835650 Prevent GC path removals from blocking other processes.
bf82953f1 Added `process::Executor::execute()`.
f82cd43dc Added MESOS-7873 to the 1.4.1 CHANGELOG.
a7d8997cc Added port mappings in `NetworkInfo` as part of `state` endpoints.
b625f9a0f Bumped version to 1.4.1.
a64380f65 Added MESOS-7980 to 1.4.1 changelog.
ace3b3fa6 Replaced xlocale.h with locale.h.
78985f93a Added MESOS-796[89] to 1.4.1 changelog.
59a97d469 Ignored /proc/self/ns/pid_for_children when listing namespaces.
c2cf3f307 Ignored cgroups v2 hierarchy when parsing /proc/self/cgroups.
Removed WIP from 1.4.1 release notes.
1 file changed
tree: 5996b45e589998c6060b302ea5b4346f2733e133
  1. 3rdparty/
  2. bin/
  3. cmake/
  4. docs/
  5. include/
  6. m4/
  7. mpi/
  8. site/
  9. src/
  10. support/
  11. bootstrap
  12. bootstrap.bat
  13. CHANGELOG
  14. CMakeLists.txt
  15. configure.ac
  16. Doxyfile
  17. LICENSE
  18. Makefile.am
  19. mesos.pc.in
  20. NOTICE
  21. README.md
README.md

Apache Mesos

Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, Jenkins, Spark, Aurora, and other frameworks on a dynamically shared pool of nodes.

Visit us at mesos.apache.org.

Mailing Lists

Documentation

Documentation is available in the docs/ directory. Additionally, a rendered HTML version can be found on the Mesos website's Documentation page.

Installation

Instructions are included on the Getting Started page.

License

Apache Mesos is licensed under the Apache License, Version 2.0.

For additional information, see the LICENSE and NOTICE files.