Re: Mesos 1.2.0

2017-01-08 Thread Adam Bordelon
Mesos 1.2.0 status update: - We have 12 blockers left, 7 of which are not yet "In Progress", 5 without a

mesos cpuset isolator has a resource estimator

2017-01-08 Thread ct clmsn
i've added a resource estimator module to work with the cpuset isolator module. the estimator uses a poisson model to guess the next cpuset request amount. the estimator performs a "hard failure" when it looks like the next estimated cpuset request amount can't be assigned. this implementation