Fixed cgroups code to use processes rather than threads.

The cgroup 'tasks' file lists the threads in a cgroup.
We should use the 'cgroup.procs' file which lists processes.

See: https://issues.apache.org/jira/browse/MESOS-859

From: Ian Downes <ian.downes@gmail.com>
Review: https://reviews.apache.org/r/15954
3 files changed
tree: 9765f5a7c1d70143687f26ebf660241d8c0660c8
  1. 3rdparty/
  2. bin/
  3. docs/
  4. ec2/
  5. frameworks/
  6. include/
  7. m4/
  8. mpi/
  9. src/
  10. support/
  11. bootstrap
  12. CHANGELOG
  13. configure.ac
  14. DISCLAIMER
  15. Doxyfile
  16. LICENSE
  17. Makefile.am
  18. NOTICE
  19. README.md
README.md

About Apache Mesos

Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, MPI, Hypertable, Spark, 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.