Hi Guys, We are running Mesos cluster in our development environment. We are seeing the cases where framework uses more amount of resources like cpu and memory then the initial requested resources. When any new framework is registered Mesos calculates the resources on the basis of already offered resources to first framework and it doesn't consider actual resources utilised by previous framework. This is resulting in incorrect calculation of resources. Mesos website says that we should Implement c groups but it is not possible in our case as we have already implemented c groups in other projects and due to Linux restrictions we can't merge two c groups hierarchy.
Any idea how we can implement resource Isolation in Mesos ? We are using Mesos 0.27.1 Thanks Srikant Kalani