[VOTE] Release Apache Mesos 0.24.2 (rc5)

2016-04-05 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.24.2. 0.24.2 includes the following: No changes from rc4: * Improvements - Allocator filter performance - Port Ranges performance - UUID

Re: [VOTE] Release Apache Mesos 0.28.1 (rc2)

2016-04-05 Thread Greg Mann
+1 (non-binding) Ran `sudo make check` on CentOS 7 with libevent and SSL enabled; all tests pass. I was also able to successfully simulate a simple upgrade scenario using 'test-upgrade.py'. Note that this initially failed due to some changes made to the test framework in this release, but after

Re: [Isolation][Containerization] - Add Intel Cache Allocation Technology(CAT) Isolator Support

2016-04-05 Thread Du, Fan
Thanks for heads up! Kevin and Niklas. Exposing LLC as resource needs special modification to current resource managing and offering behavior. Here is my early thoughts: 1) 'cpu' resource is essentially a cpu share resources, while LLC is per processor resources, This will require: 1a):

[VOTE] Release Apache Mesos 0.28.1 (rc2)

2016-04-05 Thread Jie Yu
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.28.1. 0.28.1 includes the following bug fixes: [MESOS-4662] - PortMapping network isolator should not assume BIND_MOUNT_ROOT is a

Re: [VOTE] Release Apache Mesos 0.28.1 (rc1)

2016-04-05 Thread Jie Yu
oops. I forgot to include the change log in the release. Please ignore this email. I'll cut rc2 :( - Jie On Tue, Apr 5, 2016 at 6:15 PM, Jie Yu wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.28.1. > > > 0.28.1 includes the

[VOTE] Release Apache Mesos 0.28.1 (rc1)

2016-04-05 Thread Jie Yu
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.28.1. 0.28.1 includes the following: *Announce major features here* *Announce major bug fixes here* The CHANGELOG for the

[GitHub] mesos pull request: Bugfix documentation

2016-04-05 Thread albsOps
GitHub user albsOps opened a pull request: https://github.com/apache/mesos/pull/96 Bugfix documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/albsOps/mesos bugfix_docs Alternatively you can review and apply these

Re: [VOTE] Release Apache Mesos 0.24.2 (rc4)

2016-04-05 Thread Michael Park
I synced with Ben on this. I'll be cut another RC for 0.24.2, 0.25.1 as well as 0.26.1 tonight. On 31 March 2016 at 22:47, Michael Park wrote: > Hey Ben, > > I was able to observe the error you're pointing out for 0.26.1-rc3. > > With 0.24.2-rc4 and 0.25.1-rc3 however, I

Re: [Isolation][Containerization] - Add Intel Cache Allocation Technology(CAT) Isolator Support

2016-04-05 Thread Niklas Nielsen
My gut feeling is that it won't be very useful to expose LLC as a first class resource type at this point. It's very hard to pick for the user and requires framework support everywhere. Also, as Kevin mentioned, Mesos doesn't pin your tasks so you don't know which cores your tasks will be running