Re: volume / mount point error with Unified Containerizer

2016-05-24 Thread Guangya Liu
Olivier, If it is not urgent, I think that you can use 0.29 in next week, the unified container will have more features in 0.29 such as external storage and network integration. Thanks, Guangya On Tue, May 24, 2016 at 2:17 AM, Olivier Sallou wrote: > > > - Mail original - > > De: "Gua

Re: Persistent Volume API Change

2016-05-24 Thread Zhitao Li
I'd vote for fixing the bug directly w/o a deprecation period, because a framework is always supposed to registered with proper principal to perform various operations. As long as we clearly document this in upgrade.md, operators should be able to properly fix their framework usage and ACL, before

Re: volume / mount point error with Unified Containerizer

2016-05-24 Thread Zhitao Li
Guangya, Is there a JIRA work board or document to track what's being fixed, working on or planned in 0.29 and further releases? On Tue, May 24, 2016 at 1:51 AM, Guangya Liu wrote: > Olivier, > > If it is not urgent, I think that you can use 0.29 in next week, the > unified container will have

0.28.2

2016-05-24 Thread Jie Yu
Hi folks, According to our release schedule, we should be cutting point release for 0.28.x. I volunteer to be the release manager. Vinod and Ben already started a branch (0.28.x) in the repo, so it's just a matter of cutting it. If you have any patch that you want to backport into 0.28.2, please l

Re: Mesos installation in cloud network fails when zookeeper elects a master with internal ip

2016-05-24 Thread Pankaj Saha
got it thanks. Here I am facing another issue in mesos master installation. I am passing internal ip address to /etc/mesos-master/hostname and ip files in each master node. I can not start mesos-master with web UI at any of the nodes in the presence of hostname and ip file in /etc/mesos-master di

Memory leak in libmesos + patch

2016-05-24 Thread Dario Rexin
Hi all, we recently started observing abnormal memory growth in our schedulers after deploying a new Mesos version and after looking into it discovered a memory leak in libmesos. The details are in the JIRA. It would be great if someone could review the patch. JIRA: https://issues.apache.org/

Re: Memory leak in libmesos + patch

2016-05-24 Thread Jie Yu
Dario, Thanks for reporting. We'll take a look that asap. - Jie On Tue, May 24, 2016 at 5:56 PM, Dario Rexin wrote: > Hi all, > > we recently started observing abnormal memory growth in our schedulers > after deploying a new Mesos version and after looking into it discovered a > memory leak in

Re: volume / mount point error with Unified Containerizer

2016-05-24 Thread Guangya Liu
Hi Zhitao, This issue was already fixed in 0.28.x and upper version. I have a try with both 0.28.x and master branch, it works well for Olivier's case. Thanks, Guangya On Tue, May 24, 2016 at 11:58 PM, Zhitao Li wrote: > Guangya, > > Is there a JIRA work board or document to track what's bein

Mesos Modules callbacks

2016-05-24 Thread ct clmsn
I'm in the midst of writing a mesos module and wanted to know if there was documentation available (in source, or html, or in proposals) that explained the callbacks and the order in which they are called (prepare, recover, isolate, update). Thanks in advance! ct

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

2016-05-24 Thread Spritekin
GitHub user Spritekin opened a pull request: https://github.com/apache/mesos/pull/108 Add CMCRC to powered-by-mesos.md Please add CMCRC to the powered by mesos list. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Spritekin/mesos

[GitHub] mesos pull request: Added Teralytics to list of Mesos' users

2016-05-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/107 --- 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 enabl

[GitHub] mesos pull request: Added Teralytics to list of Mesos' users

2016-05-24 Thread elbryan
GitHub user elbryan opened a pull request: https://github.com/apache/mesos/pull/107 Added Teralytics to list of Mesos' users You can merge this pull request into a Git repository by running: $ git pull https://github.com/elbryan/mesos teralytics-powered-by-mesos Alternatively

Canceled Event: Community Meeting @ Thu Jun 2, 2016 9am - 10am (Apache Mesos)

2016-05-24 Thread mcypark
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02 RRULE:FREQ=YEARLY;BYMONTH=

Hoping to join Mesos "contributors"

2016-05-24 Thread He, Tong
Dear committers, I hope to join in the development of GPU features(src/slave/containerizer/mesos/isolators/cgroups/devices/gpus),hoping to create new issues or solve existed issues. According to the document(http://mesos.apache.org/documentation/latest/submitting-a-patch/ , Submitting a Patch

Re: Hoping to join Mesos "contributors"

2016-05-24 Thread Yan Xu
What's your Apache JIRA username? --- Jiang Yan Xu | @xujyan On Tue, May 24, 2016 at 12:28 AM, He, Tong wrote: > Dear committers, > > I hope to join in the development of GPU > features(src/slave/containerizer/mesos/is

Re: Mesos Modules callbacks

2016-05-24 Thread Guangya Liu
Hi ct, There are not too much document for this, but you can refer to the following as reference and this may help. 1) https://github.com/apache/mesos/blob/master/docs/networking-for-mesos-managed-containers.md#writing-a-custom-network-isolator-module 2) https://github.com/apache/mesos/blob/maste