Re: Blog posts for 0.28.1, 0.28.2 releases?

2016-06-10 Thread Jörg Schad
In the same area: Should we have blogpost for the MesosCon EU/ASIA CFP similar as we had for MesosCon NA? On Fri, Jun 10, 2016 at 11:50 AM, Neil Conway wrote: > Folks, > > It seems like https://mesos.apache.org/blog/ doesn't have blog posts > for the Mesos 0.28.1 or

Re: Master configuration in the registry

2016-06-10 Thread Neil Conway
Makes sense: arguably you could say that "quota" and "weights" are part of the master's (mutable) "state", not its "configuration", which is largely immutable. Another distinction is that some configuration flags control behavior that doesn't need to be consistent between master replicas (e.g.,

Re: WebUI authentication in 1.0.0-rc1

2016-06-10 Thread Evers Benno
Sure, it looks like this, not very imaginative. There is currently no authorization on the agents. { "permissive": false, [...] // Here is the previous ACL with actions "run_tasks" and "register_frameworks" "get_endpoints": [ {

Re: Welcome Anand and Joseph as new committers!

2016-06-10 Thread Klaus Ma
Congratulations :). Da (Klaus), Ma (马达), PMP®| Advisory Software Engineer Platform DCOS Development & Support, STG, IBM GCG +86-10-8245 4084 | mad...@cn.ibm.com | http://k82.me From: Guangya Liu Sent: Thursday, June 9, 2016

Re: Welcome Anand and Joseph as new committers!

2016-06-10 Thread Justin Ryan
Congrats! Thanks for your contributions! On 6/9/16, 2:00 PM, "Vinod Kone" wrote: >Hi folks, > > >I'm happy to announce that the PMC has voted in Anand Mazumdar and >Joseph Wu as committers and members of PMC for the Apache Mesos project. > > >A little about the new

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Kevin Klues
I've run into compiler errors using simple regex stuff from the standard library on our supported version of gcc. On Thu, Jun 9, 2016 at 7:30 PM, Klaus Ma wrote: > Hi team, > > > We're discussing to introduce regex into Mesos when investigating >

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Kevin Klues
By compiler errors, I mean "internal compiler errors" On Fri, Jun 10, 2016 at 11:38 AM, Kevin Klues wrote: > I've run into compiler errors using simple regex stuff from the > standard library on our supported version of gcc. > > On Thu, Jun 9, 2016 at 7:30 PM, Klaus Ma

failed to start mesos-slave

2016-06-10 Thread Olivier Sallou
Hi, I upgraded docker on one of my mesos slaves (v0.22) Now it fails to start with error: Failed to create a containerizer: Could not create DockerContainerizer: Insufficient version of Docker! Please upgrade to >= 1.0.0 Though docker is 1.11: docker -v Docker version 1.11.2, build b9f10c9

Re: Welcome Anand and Joseph as new committers!

2016-06-10 Thread Jörg Schad
Congrats! Great news! On Fri, Jun 10, 2016 at 7:47 AM, Abhishek Dasgupta < a10gu...@linux.vnet.ibm.com> wrote: > Congrats Anand and Joseph. > > Happy to know it. > > On শুক্রবার 10 জুন 2016 02:30 পূর্বাহ্ণ, Vinod Kone wrote: > >> Hi folks, >> >> I'm happy to announce that the PMC has voted in

Re: failed to start mesos-slave

2016-06-10 Thread Olivier Sallou
On 06/10/2016 11:43 AM, Neil Conway wrote: > Hi Olivier, > > You might be running into > https://issues.apache.org/jira/browse/MESOS-2986 . Note that Mesos > 0.22 is quite old and is no longer supported. certainly but upgrading mesos in production is not a daily task upgrading to

Blog posts for 0.28.1, 0.28.2 releases?

2016-06-10 Thread Neil Conway
Folks, It seems like https://mesos.apache.org/blog/ doesn't have blog posts for the Mesos 0.28.1 or 0.28.2 releases. We generally try to have a blog post for each release, right? Neil

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Klaus Ma
As Joseph said, regex works well in llvm 7.3 & gcc 5.3, but does not work in gcc 4.8.4; also try "" in gc 4.8.4, but "ld" failed :(. Da (Klaus), Ma (??), PMP(r)| Advisory Software Engineer Platform DCOS Development & Support, STG, IBM GCG +86-10-8245 4084 | mad...@cn.ibm.com |

Re: Welcome Anand and Joseph as new committers!

2016-06-10 Thread Benjamin Mahler
Welcome Anand and Joseph, thanks for all of your contributions! Looking forward to seeing your ongoing positive influences on the community and the project, let's build great software! On Thu, Jun 9, 2016 at 2:00 PM, Vinod Kone wrote: > Hi folks, > > I'm happy to announce

Re: [Tech-debt] Introduce regex into Mesos

2016-06-10 Thread Joseph Wu
Same here. Mesos currently requires GCC 4.8.1+. Regex support was implemented in GCC 4.9.0, see [1]. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 On Fri, Jun 10, 2016 at 11:39 AM, Kevin Klues wrote: > By compiler errors, I mean "internal compiler errors" > > On

Re: mesos/kafka issues (reviving old thread)

2016-06-10 Thread Steve Niemitz
Just to chime in, I've been running the 0.9.5.1 scheduler as a task on another slave without issues. (Aurora runs the kafka-mesos scheduler in my case). On Thu, Jun 9, 2016 at 2:50 PM, Vinit Mahedia wrote: > Justin, > > When you say "working" - does it mean

Re: Blog posts for 0.28.1, 0.28.2 releases?

2016-06-10 Thread Jie Yu
Apologies! Will write a blog post for 0.28.2. - Jie On Fri, Jun 10, 2016 at 2:50 AM, Neil Conway wrote: > Folks, > > It seems like https://mesos.apache.org/blog/ doesn't have blog posts > for the Mesos 0.28.1 or 0.28.2 releases. We generally try to have a > blog post for

Re: Welcome Anand and Joseph as new committers!

2016-06-10 Thread Brenden Matthews
Welcome and congrats! On Fri, Jun 10, 2016 at 2:11 PM, Benjamin Mahler wrote: > Welcome Anand and Joseph, thanks for all of your contributions! > > Looking forward to seeing your ongoing positive influences on the > community and the project, let's build great software! > >

[GPU] [Allocation] "Scarce" Resource Allocation

2016-06-10 Thread Benjamin Mahler
I wanted to start a discussion about the allocation of "scarce" resources. "Scarce" in this context means resources that are not present on every machine. GPUs are the first example of a scarce resource that we support as a known resource type. Consider the behavior when there are the following

Re: Welcome Anand and Joseph as new committers!

2016-06-10 Thread Abhishek Dasgupta
Congrats Anand and Joseph. Happy to know it. On শুক্রবার 10 জুন 2016 02:30 পূর্বাহ্ণ, Vinod Kone wrote: Hi folks, I'm happy to announce that the PMC has voted in *Anand Mazumdar *and *Joseph Wu* as committers and members of PMC for the Apache Mesos project. A little about the new committers.