Re: 1.0 Release Candidate

2016-05-25 Thread Zameer Manji
I might be in the minority here, but I think cutting an RC for 1.0 right now is very aggressive. Does there exist even a single framework that uses the Scheduler HTTP API or the Executor HTTP API? Does anyone even use these APIs in production? Is there a single entity that uses the Operator API to

Re: Round robin DNS zookeeper record

2016-05-25 Thread Joseph Wu
Mesos passes the list inside between "zk://" and the first "/" directly into Zookeeper's C bindings. I'm not familiar enough with the Zookeeper API to say for certain, but it looks like this *does* support your round-robin scheme. You can double check here:

Re: 1.0 Release Candidate

2016-05-25 Thread Jeff Schroeder
Does this mean the work to deprecate the docker containerizer will be post-1.0, or have those plans changed? On Wednesday, May 25, 2016, Vinod Kone wrote: > Hi folks, > > As discussed in the previous community sync, we plan to cut a release > candidate for our next release

Round robin DNS zookeeper record

2016-05-25 Thread Zhitao Li
Hi, Can someone confirm whether the zookeeper library Mesos is using well supports round robin DNS? For example, if I have a round robin DNS entry `zookeeper-mesos-dc` which resolves to five A records, would the --zk flag value ` zk://zookeeper-mesos-dc:2181/mesos` work on master, agents and

Re: Memory leak in libmesos + patch

2016-05-25 Thread Elizabeth Lingg
Thanks for the quick turn around on reviewing and merging this important bug fix. -Elizabeth On Tue, May 24, 2016 at 6:04 PM, Jie Yu wrote: > Dario, > > Thanks for reporting. We'll take a look that asap. > > - Jie > > On Tue, May 24, 2016 at 5:56 PM, Dario Rexin

Re: 1.0 Release Candidate

2016-05-25 Thread Vinod Kone
Post 1.0. Jie might be able to shed more light regarding the plans for Docker Containerizer. On Wed, May 25, 2016 at 12:10 PM, Jeff Schroeder wrote: > Does this mean the work to deprecate the docker containerizer will be > post-1.0, or have those plans changed? > >

Re: 1.0 Release Candidate

2016-05-25 Thread Jie Yu
Jeff, Yes, deprecating the docker containerizer will be post-1.0. The plan has not changed. In fact, we are making very good progress on the unified containerizer side (see this doc ). We'll continue to support Docker

Re: 1.0 Release Candidate

2016-05-25 Thread Joseph Wu
I'm guessing you mean the "medium term" bullet point on the Roadmap ( https://cwiki.apache.org/confluence/display/MESOS/Roadmap): > >- Deprecate Docker containerizer (in favor of Unified containerizer w/ >Docker support) > > This was never meant to be done as part of the 1.0 release. I'm

Re: 1.0 Release Candidate

2016-05-25 Thread Vinod Kone
As part of this, I'm going to: 1) Update configure.ac and CMakeLists to point to 1.0.0 version. Note that if someone is building off master, this might be a little weird because up until this change their builds would've 0.29.0 version and after this change it would be 1.0.0. But I guess it's

1.0 Release Candidate

2016-05-25 Thread Vinod Kone
Hi folks, As discussed in the previous community sync, we plan to cut a release candidate for our next release (1.0) early next week. 1.0 is mainly centered around new APIs for Mesos. Please take a look at MESOS-338 for blocking issues. We got

[GitHub] mesos pull request: Add Livespotting into powered-by-mesos.md

2016-05-25 Thread jstabenow
Github user jstabenow commented on the pull request: https://github.com/apache/mesos/pull/106#issuecomment-221534774 @tillt thanks :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] mesos pull request: Add CMCRC to powered-by-mesos.md

2016-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/108 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] mesos pull request: Add CMCRC to powered-by-mesos.md

2016-05-25 Thread tillt
Github user tillt commented on the pull request: https://github.com/apache/mesos/pull/108#issuecomment-221532921 Committed as: ``` commit b33e780909561e07b377c9836c43b65117e98630 Author: Spritekin Date: Wed May 25 12:19:34 2016 +0200

[GitHub] mesos pull request: Add Livespotting into powered-by-mesos.md

2016-05-25 Thread tillt
Github user tillt commented on the pull request: https://github.com/apache/mesos/pull/106#issuecomment-221533453 Committed as: ``` commit 71b47658e411456df4a34491ea82bd4115f70479 Author: Jan Stabenow Date: Wed May 25 12:23:30 2016 +0200

[GitHub] mesos pull request: Add Livespotting into powered-by-mesos.md

2016-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/106 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Mesos Modules callbacks

2016-05-25 Thread vzcambria
I've found net-modules [1] helpful for a network isolation module. Instructions on how to install just the isolation module (and not all the calico stuff) are in a pull request. [1] https://github.com/mesosphere/net-modules On 05/25/2016 01:17 AM, Guangya Liu wrote: Hi ct, There are not