Understanding Mesos Maintenance

2017-03-01 Thread Zameer Manji
Hey, I'm trying to understand some nuances of the maintenance API. Here are my questions: 1. The documentation mentions that accepting or declining and inverse offer is a "hint" to the operator. How do operators view if a framework has declined, accepted or ignored an inverse offer? 2. Should a

Re: Welcome Kevin Klues as a Mesos Committer and PMC member!

2017-03-01 Thread Timothy Chen
Congrats Kevin! Tim On Wed, Mar 1, 2017 at 3:20 PM, Neil Conway wrote: > Congratulations Kevin! Very well-deserved. > > Neil > > On Wed, Mar 1, 2017 at 2:05 PM, Benjamin Mahler wrote: >> Hi all, >> >> Please welcome Kevin Klues as the newest committer

Re: Welcome Kevin Klues as a Mesos Committer and PMC member!

2017-03-01 Thread Neil Conway
Congratulations Kevin! Very well-deserved. Neil On Wed, Mar 1, 2017 at 2:05 PM, Benjamin Mahler wrote: > Hi all, > > Please welcome Kevin Klues as the newest committer and PMC member of the > Apache Mesos project. > > Kevin has been an active contributor in the project for

Re: Welcome Kevin Klues as a Mesos Committer and PMC member!

2017-03-01 Thread Qian Zhang
Congratulations! Thanks, Qian Zhang On Thu, Mar 2, 2017 at 6:43 AM, Greg Mann wrote: > Woowoo! Congrats Kevin!! > > On Wed, Mar 1, 2017 at 2:26 PM, Avinash Sridharan > wrote: > >> Awesome !! Congrats Kevin !! >> >> On Wed, Mar 1, 2017 at 2:07 PM,

Re: Welcome Kevin Klues as a Mesos Committer and PMC member!

2017-03-01 Thread Greg Mann
Woowoo! Congrats Kevin!! On Wed, Mar 1, 2017 at 2:26 PM, Avinash Sridharan wrote: > Awesome !! Congrats Kevin !! > > On Wed, Mar 1, 2017 at 2:07 PM, Jie Yu wrote: > >> Congrats! Kevin! Well deserved! >> >> On Wed, Mar 1, 2017 at 2:05 PM, Benjamin

Re: Welcome Kevin Klues as a Mesos Committer and PMC member!

2017-03-01 Thread Avinash Sridharan
Awesome !! Congrats Kevin !! On Wed, Mar 1, 2017 at 2:07 PM, Jie Yu wrote: > Congrats! Kevin! Well deserved! > > On Wed, Mar 1, 2017 at 2:05 PM, Benjamin Mahler > wrote: > > > Hi all, > > > > Please welcome Kevin Klues as the newest committer and PMC

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

2017-03-01 Thread Neil Conway
The perf core dump might be addressed if we backport this change: https://reviews.apache.org/r/56611/ Although my guess is that this isn't a severe problem: for some as-yet-unknown reason, running `perf` on the host segfaulted, which causes the test to fail. Neil On Wed, Mar 1, 2017 at 11:09

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

2017-03-01 Thread Vinod Kone
Tested on ASF CI. Saw 2 configurations fail. One was the perf core dump issue . Other is a known (since 0..28.0) flaky test with Docker fetcher plugin . Withholding the vote until we know the

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

2017-03-01 Thread Vinod Kone
Tested on ASF CI. Saw 2 configurations fail with https://issues.apache.org/jira/browse/MESOS-7160 I think @jpeach and @bbannier were looking into this. Not sure about the severity of the issue, so withholding my vote. *Revision*: b9d8202a7444d0d1e49476bfc9817eb4583beaff -

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

2017-03-01 Thread Greg Mann
I wanted to give a heads up on a flaky test failure I've encountered while testing this RC: 'DockerRuntimeIsolatorTest.ROO T_INTERNET_CURL_DockerDefaultEntryptRegistryPuller'. One issue related to this test was resolved recently (https://issues.apache.org/ jira/browse/MESOS-6001), but this seems

Re: Auto scaling spark driver on Mesos!

2017-03-01 Thread Ashish Mehta
Mesos might have introduced multi tenancy in new versions, but we wanted to provide multi-tenancy in versions prior to that, via our "compute layer", and we wanted to implement some isolation so that few machines are always reserved for a tenant. Apologies that I didn't explain