Re: Master configuration in the registry

2016-06-13 Thread Benjamin Mahler
+user I explicitly didn't mention "update without restart" as a criterion because you could use a watched configuration file to achieve this, like we did for the whitelist. If the master or agent observe any changes to the configuration file then they can apply them. If they cannot apply the

Re: Protobuf syntax version for Mesos

2016-06-13 Thread Zhitao Li
Yes we are indeed using protoc version 3.0.0. I'll try out using protoc v2. Thanks. Meanwhile, is there an issue or conversation about upgrading Mesos to protoc v3? Not sure whether there's actual benefit. On Mon, Jun 13, 2016 at 2:51 PM, Joseph Wu wrote: > Looks like

Re: Protobuf syntax version for Mesos

2016-06-13 Thread Joseph Wu
Looks like that is a warning in v3, see [1]. The same code in v2.6.1 is [2], and does not have that warning. [1] https://github.com/google/protobuf/blob/088c5c491e7a1c95c7b8eb55f119a8a999c81dc1/src/google/protobuf/compiler/parser.cc#L547-L550 [2]

Re: Protobuf syntax version for Mesos

2016-06-13 Thread Vinod Kone
Are you are using a v3 protoc compiler? Looks like the "syntax" keyword was introduced in https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-2. Not sure if v2 protoc compilers recognize that keyword. On Mon, Jun 13, 2016 at 5:42 PM, Zhitao Li wrote: > Hi, > > We

1.0.0 RC2

2016-06-13 Thread Vinod Kone
Hi folks, I'm planning to cut 1.0 RC2 later this week (likely friday). So please make sure to get any patches targeted for 1.0 (esp. blockers) upstreamed. The dashboard for the release is here: https://issues.apache.org/jira/issues/?filter=12335793 Thanks, Vinod

It's now easy to build & deploy a full search-stack with YBT 0.2.0rc6 !

2016-06-13 Thread Itamar Ostricher
Hi, I released YBT 0.2.0rc6 and merged to master some changes that use it. No urgency to pull master or upgrade ybt - only when you get to it :-) . *Here's a changelist*, yay! 1. YBT is *less noisy*, hurray! (less internal prints to stdout. run with `ybt -v` or `--verbose` to get those outputs

Docker Tip: On the mortality of the container filesystem

2016-06-13 Thread Itamar Ostricher
As mentioned in the seminar(s) and in the previous tip, "bind-mounting" is the Docker way to share a directory between the host filesystem (yours), and a running container. Again, reminding that you'd want to bind-mount to: 1. Give the container access to files on your host, that are not

Re: [Tech-debt] Introduce regex into Mesos

2016-06-13 Thread Klaus Ma
As discussed in the RR, we'll enhance current code to handle port ranges as a short term solution. I've logged MESOS-5602 (Introduce expression grammar library) to trace the long term solution for Mesos defined data format, e.g. resources.

[Compatibility] More strict parsing of ranges, e.g. port of resources

2016-06-13 Thread Klaus Ma
Hi team, In "r/43561/", we'd like to move towards more strict parsing of ranges. If any comments, please let me know. Before the patch, the follow ranges are all valid: [1-2,3-4] [1-4] [[1-4]] [1-2]\n[3-4] [1-2],[3-4] After the patch, only the

[Compatibility] More strict parsing of ranges, e.g. port of resources

2016-06-13 Thread Klaus Ma
Hi team, In "r/43561/", we'd like to move towards more strict parsing of ranges. If any comments, please let me know. Before the patch, the follow ranges are all valid: [1-2,3-4] [1-4] [[1-4]] [1-2]\n[3-4] [1-2],[3-4] After the patch, only the

Re: Code Quality Improvements for docker-compose-executor

2016-06-13 Thread Joseph Wu
I'm not sure what the community adoption of the docker-compose-executor [1] is, but from a Mesos perspective, the repo will eventually be superceded by "pod" support in Mesos itself [2] [3]. Also, you should try to contact the developers of docker-compose-executor itself, as they might not be

Re: [GPU] [Allocation] "Scarce" Resource Allocation

2016-06-13 Thread Yong Feng
Thanks Ben.M for initiative. You already define the scarce resource and describe the problem clearly. Just recap the requirements we want to resolved as follows 1) Scarce resource should not be treated as dominated resource during allocating so that user could continue using non-scarce resource

Re: Apply to be added to Mesos contributor list

2016-06-13 Thread Alex Rukletsov
Done. Welcome! On Sun, Jun 12, 2016 at 5:42 AM, Yan Yan YY Hu wrote: > > Dear Mesos team, > > I'm Yanyan Hu from IBM China Research. I hope to propose a fix to Mesos for > jira MESOS-5425. Very appreciated if anyone can help to add me to Mesos > contributor list. Thank you