Re: Compute event at Twitter HQ - 03/31

2016-03-18 Thread Micheal Benedict Arul
We won't be streaming live but are working to get the talks recorded. On Wed, Mar 16, 2016 at 9:45 AM, haosdent wrote: > Would it have youtube live link? > > On Thu, Mar 17, 2016 at 12:38 AM, Ian Downes wrote: > > > Hello everyone, > > > > I'd like to call attention to an event the Compute grou

Recent changes to MesosTest helpers

2016-03-18 Thread Joseph Wu
Hello Devs & Contributors, We recently committed a refactor of the MesosTest suite and underlying "Cluster" abstraction. This affects almost every existing test and future test, so here's a summary of what has changed and what you should be aware of: - The purpose of the refactor is to make t

Re: Contributor request

2016-03-18 Thread Artem Harutyunyan
Hi Tomek, Sorry for the delay. Just tried to add you but couldn't find you. Which email did you use (jani...@gmail.com does appear to be in the list of registered users). Artem. On Fri, Mar 11, 2016 at 6:48 AM, Tomek Janiszewski wrote: > Please add me as contributor in the Mesos JIRA project.

Re: [DISCUSS] Fetching Docker Images Requiring User Credentials.

2016-03-18 Thread Kevin Klues
On Tue, Mar 15, 2016 at 6:10 PM, Gilbert Song wrote: > @Kevin, thanks for writing it down in detail. It sounds good that a more > concrete > schema is designed to generally solve similar auth problem. > > Just have two potential issues inlined below: > > On Tue, Mar 15, 2016 at 5:39 PM, Kevin Klue

Upgrade to clang-format-3.8

2016-03-18 Thread Yong Tang
Hi All This email is to announce that the default configuration and the recommended version of the clang-format is being upgraded to 3.8 (from 3.5) in mesos. In clang-format-3.8, the newly introduced option "AlignAfterOpenBracket: AlwaysBreak" closes the largest gap between ClangFormat and th

Re: Backport r/44230 to 0.27 branch

2016-03-18 Thread Cong Wang
On Tue, Mar 15, 2016 at 5:17 PM, Jie Yu wrote: > commit 5278e5cc50544ed7af28b15a1acd2b2e96a15a47 > Author: Jojy Varghese > Date: Tue Mar 15 17:12:01 2016 -0700 > > Added support for FTS_SLNONE in rmdir. > > Review: https://reviews.apache.org/r/44874/ > > commit 5c4b348c8090ce61804b7701e

Re: [RESULT][VOTE] Release Apache Mesos 0.28.0 (rc2)

2016-03-18 Thread Jake Farrell
I've been maintaining a deb/rpm set for Mesos and for Aurora and Thrift we have been using the infra supported Bintray to make it available to the community via http://www.apache.org/dist/${project}/${os} If there is interest I'd be happy to put some time into bringing my patches into reviews and

Re: Looking for a shepherd for MESOS-4878

2016-03-18 Thread Shuai Lin
Ping. On Thu, Mar 10, 2016 at 3:55 PM, Shuai Lin wrote: > The bug is: if a framework launches a task with mesos containerizer and a > docker image, and the slave failed to fetch the image for any reason, the > task state would be stuck in STAGING forever. > > https://issues.apache.org/jira/brow

Re: Backport r/44230 to 0.27 branch

2016-03-18 Thread Cong Wang
On Wed, Mar 16, 2016 at 12:18 PM, Jie Yu wrote: >> >> like many other review requests are burned or take > > 6+ months to merge > > > Have you reached out to any shepherd for that ticket/review? > This is exactly where it doesn't work. You, as qualified as a committer, need to do _your_ work, yo

Vote on #MesosCon proposals, deadline Friday March 25

2016-03-18 Thread Kiersten Gaffney
Please take a few minutes the next few days and review what members of the community have submitted! Voting forms close Friday, March 25, 2016, 11:55 PST A total of 154 proposals were submitted in time for #MesosCon review, up significantly from 63 submitted for last year’s conference. Similar to

Re: [RESULT][VOTE] Release Apache Mesos 0.27.2 (rc1)

2016-03-18 Thread Kevin Klues
I respectfully disagree. The whole purpose of tags is to mark permanent things like releases, whereas branches are designed as temporary lines of development that come and go (and grow and shrink) dynamically all the time. On Fri, Mar 18, 2016 at 4:04 PM, Jie Yu wrote: > I like the idea of using

Re: Unzip should work in non interactive mode

2016-03-18 Thread Tomek Janiszewski
Patch is ready https://reviews.apache.org/r/45057/diff/1/ pt., 18.03.2016 o 16:43 użytkownik Jie Yu napisał: > I can shepherd it. Do you have a patch ready? > > - Jie > > On Fri, Mar 18, 2016 at 3:13 AM, Tomek Janiszewski > wrote: > > > Hi > > > > Consider situation when deployed zip file is ma

Re: Backport r/44230 to 0.27 branch

2016-03-18 Thread Jie Yu
Zhitao, that's a fair point. Can you add an agenda item to the next community sync to discuss this? Thanks! - Jie On Wed, Mar 16, 2016 at 12:16 PM, Zhitao Li wrote: > Maybe we can try to draft a formal guideline about when/how something > should be back ported, and making sure interested partie

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

2016-03-18 Thread Michael Park
+1 (binding) Internal CI results with the corresponding JIRA tickets for the failed tests: CentOS 6 (non-SSL): CentOS 6 (SSL): - MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery (MESOS-4047 ) CentOS 7 (non-SSL): - ProvisionerDockerRegis

Re: shepherd for MESOS-4735, and proposal

2016-03-18 Thread Vinod Kone
I'll be happy to shepherd. On Wed, Mar 16, 2016 at 10:58 AM, Michael Browning wrote: > Bump. This should be a pretty small change, any takers? > > On Mon, Mar 14, 2016 at 6:39 PM, Shuai Lin wrote: > > +1 for the new `filename` field for the URI. It would also be useful for > > implementing base

Re: Upgrade to clang-format-3.8

2016-03-18 Thread Michael Park
Hi James, Someone would need to propose to auto-format everything with clang-format and convince the community that while clang-format will never be perfect, it generates a systematic, sane and just as readable codebase. If we can reach consensus on that, we could add it as a commit hook and no on

Re: [RESULT][VOTE] Release Apache Mesos 0.27.2 (rc1)

2016-03-18 Thread Erik Weathers
BTW, if the tag is created against a commit that *doesn't* become "unreachable" from HEAD [1], then `git pull` is sufficient to also pull down the tags. The only time I've needed to do `git fetch --tags` is when the tagged commit SHA gets merged away. So presumably the process being followed by t

Re: Upgrade to clang-format-3.8

2016-03-18 Thread Cong Wang
On Fri, Mar 18, 2016 at 10:19 AM, Yong Tang wrote: > Hi James > > My understanding is that there are two epic associated. One is the > clang-format integration that formatting whitespaces, multiple lines, etc. > Another is the clang-tidy integration that helps handle class/function naming > con

Re: [RESULT][VOTE] Release Apache Mesos 0.27.2 (rc1)

2016-03-18 Thread Klaus Ma
@team, are we going to provide LTS version? If so, we definitely need a branch to back merge issues; if not, we release a new version monthly (??), we'd suggest user to upgrade to next release. Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GC