Revert "Fixed read of uninitialized variables detected with UBSAN."

This reverts commit add9f1de771693884548095703ed2bd4bc6cfc16.

As it turns out, fixing this UB this way exposes some other issue
in containerizer tests - for example,
`MesosContainerizerTest.StatusWithContainerID` - which results
in failures to wait for cgroup destruction on some platforms
in the affected tests. Temporarily reverting this pending further
investigation. See https://github.com/apache/mesos/pull/385
1 file changed
tree: 26787f66f65a877f31df0ae88292dded59981e6b
  1. 3rdparty/
  2. bin/
  3. cmake/
  4. docs/
  5. include/
  6. m4/
  7. site/
  8. src/
  9. support/
  10. .gitattributes
  11. bootstrap
  12. CHANGELOG
  13. CMakeLists.txt
  14. configure.ac
  15. Doxyfile
  16. LICENSE
  17. Makefile.am
  18. mesos.pc.in
  19. NOTICE
  20. 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.