RE: Can I consider other framework tasks as a resource? Does it make sense?

2016-12-15 Thread Petr Novak
It is very helpful. I will take a deeper look on Fenzo. Isn’t pretty much everything external knowledge to a scheduler? CPU, mem, net, storage… these all information has to somehow get into scheduler. But for these there is an internal support by Mesos via resource offers and it is what I think

Re: mesos cpuset isolator module available

2016-12-15 Thread tommy xiao
thanks for your sharing. v5 2016-12-15 23:40 GMT+08:00 ct clmsn : > I've completed a mesos module to support cgroups cpusets. This work is > related to a JIRA ticket that I posted last spring (MESOS-5342). Apologies > for the long delay wrapping up the implementation. > >

mesos cpuset isolator module available

2016-12-15 Thread ct clmsn
I've completed a mesos module to support cgroups cpusets. This work is related to a JIRA ticket that I posted last spring (MESOS-5342). Apologies for the long delay wrapping up the implementation. https://github.com/ct-clmsn/mesos-cpusets If you test it out, have issues, or want to make

Re: mesos cpuset isolator module available

2016-12-15 Thread ct clmsn
I'll add in BUILD instructions tonight/this weekend. I'll be releasing some performance counter tools to use in a mesos system (for container applications) very soon. On Thu, Dec 15, 2016 at 12:13 PM, tommy xiao wrote: > thanks for your sharing. v5 > > 2016-12-15 23:40

Re: mesos cpuset isolator module available

2016-12-15 Thread Zhitao Li
Thanks for sharing. This is very interesting to us because we are also looking for solution for latency sensitive CPU isolation. On Thu, Dec 15, 2016 at 9:56 AM, ct clmsn wrote: > I'll add in BUILD instructions tonight/this weekend. I'll be releasing > some performance

Re: mesos cpuset isolator module available

2016-12-15 Thread Charles Allen
Super cool! does this also support limiting which memory controller the tasks can use? On Thu, Dec 15, 2016 at 10:00 AM Zhitao Li wrote: > Thanks for sharing. This is very interesting to us because we are also > looking for solution for latency sensitive CPU isolation. >

Re: Mesos 1.1 web ui issues

2016-12-15 Thread haosdent
Hi, @haripriya What's the hostname flag that you use to start master? According to the screenshot you posted before, I think you need to set it to something like `socrates-nid000xxx.us.cray.com`. However, the error log you post above, you set the hostname flag to nid00016 which could not be

Re: Mesos 1.1 web ui issues

2016-12-15 Thread Haripriya Ayyalasomayajula
Hello @Haosdent, After I tried to use hostname, I still see the error. This is the output I see in developer tools for chrome: Failed to load resource: the server responded with a status of 404 (Not Found) http://nid00016:5050/metrics/snapshot?jsonp=angular.callbacks._2 Failed to load resource:

Re: Can I consider other framework tasks as a resource? Does it make sense?

2016-12-15 Thread Sharma Podila
Response below: On Thu, Dec 15, 2016 at 5:22 AM, Petr Novak wrote: > It is very helpful. I will take a deeper look on Fenzo. > Isn’t pretty much everything external knowledge to a scheduler? CPU, mem, > net, storage… these all information has to somehow get into scheduler.