Re: [VOTE] Release Apache Mesos 1.3.3 (rc1)

2018-07-24 Thread Michael Park
2018 at 8:52 PM, Michael Park wrote: > > > I'm considering simply abandoning the 1.3.3 release and bringing the > 1.3.x > > branch to end of life. > > If anyone really wants a 1.3.3, I'm certainly willing to finish the > > release portion of this > > but I don't ha

Re: [VOTE] Release Apache Mesos 1.3.3 (rc1)

2018-07-09 Thread Michael Park
essManager12init_threadsEvENKUt_clEv > @ 0x8ed63e > _ZNSt12_Bind_simpleIFZN7process14ProcessManager12init_threadsEvEUt_vEE9_M_invokeIIEEEvSt12_Index_tupleIIXspT_EEE > @ 0x8ed582 > _ZNSt12_Bind_simpleIFZN7process14ProcessManager12init_threadsEvEUt_vEEclEv &g

Re: [VOTE] Release Apache Mesos 1.3.3 (rc1)

2018-05-23 Thread Michael Park
The tarball has been fixed, please vote now! 'twas BSD `tar` issues... :( Thanks, MPark On Wed, May 23, 2018 at 11:39 AM, Michael Park <mp...@apache.org> wrote: > Huh... 樂 Super weird. I'll look into it. > > Thanks for checking! > > MPark > > On Wed, May 23,

Re: [VOTE] Release Apache Mesos 1.3.3 (rc1)

2018-05-23 Thread Michael Park
Thanks Michael! >> >> Looks like the tar.gz is empty, is it just me? >> >> On Tue, May 22, 2018 at 10:09 PM, Michael Park <mp...@apache.org> wrote: >> >>> Hi all, >>> >>> Please vote on releasing the following candidate as Apache Mesos 1.3

[VOTE] Release Apache Mesos 1.3.3 (rc1)

2018-05-22 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.3. The CHANGELOG for the release is available at: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.3.3-rc1

Re: [VOTE] C++14 Upgrade

2018-04-13 Thread Michael Park
n Jessie? It seems > > there > > are some comments on the spreadsheet that say the method posted is not > > safe? > > > > What about clang? > > https://packages.debian.org/jessie-backports/clang-3.8 > > > > On Mon, Feb 12, 2018 at 1:38 PM, Michael

Anyone using a custom Sorter?

2018-02-28 Thread Michael Park
I'm not even sure if anyone's using a custom Allocator, but is anyone using a custom Sorter? It doesn't seem like there's even a module for it so it wouldn't be dynamically loaded. Perhaps you have a fork with a custom Sorter? Please let me know, Thanks! MPark

Re: http://mesos.apache.org/downloads/ is not up to date

2018-02-13 Thread Michael Park
Ack, I'll take care of this tomorrow! On Mon, Feb 12, 2018 at 3:17 PM, Benjamin Mahler wrote: > Thanks for pointing this out Adam, I've added mpark who is the release > manager for 1.3.2. > > On Tue, Feb 6, 2018 at 6:12 AM, Adam Cecile wrote: > >> Hi

Re: [VOTE] C++14 Upgrade

2018-02-12 Thread Michael Park
On Mon, Feb 12, 2018 at 1:22 PM, Zhitao Li <zhitaoli...@gmail.com> wrote: > On Mon, Feb 12, 2018 at 11:58 AM, Michael Park <mp...@apache.org> wrote: > > > On Mon, Feb 12, 2018 at 10:32 AM, Zhitao Li <zhitaoli...@gmail.com> > wrote: > > > > > Wi

Re: [VOTE] C++14 Upgrade

2018-02-12 Thread Michael Park
gt; > > > > > > > On Feb 11, 2018, at 10:33 PM, Michael Park <mcyp...@gmail.com> wrote: > > > > > > On Sun, Feb 11, 2018 at 6:00 PM James Peach <jpe...@apache.org> wrote: > > > > > >> > > >> > > >>> On

Re: [VOTE] C++14 Upgrade

2018-02-11 Thread Michael Park
On Sun, Feb 11, 2018 at 6:00 PM James Peach <jpe...@apache.org> wrote: > > > > On Feb 9, 2018, at 9:28 PM, Michael Park <mp...@apache.org> wrote: > > > > I'm going to put this up for a vote. My plan is to bump us to C++14 on > Feb > > 21. &

Re: [VOTE] C++14 Upgrade

2018-02-09 Thread Michael Park
explicitly install GCC 5+. > Yep. As mentioned in MESOS-7949 <https://issues.apache.org/jira/browse/MESOS-7949>, the investigation for this has been done in this spreadsheet <https://docs.google.com/spreadsheets/d/1ocQ19Uv1d8wdb-QL4fDRAiQ12gPQwL3cIAzuV0csYwM> . Thanks, > > Andy

[VOTE] C++14 Upgrade

2018-02-09 Thread Michael Park
I'm going to put this up for a vote. My plan is to bump us to C++14 on Feb 21. The following are the proposed changes: - Minimum GCC *4.8.1* => *5*. - Minimum Clang *3.5* => *3.6*. - Minimum Apple Clang *8* => *9*. We'll have a standard voting, at least 3 binding votes, and no -1s.

Re: Introducing `support/mesos-build.sh`

2018-02-07 Thread Michael Park
The first run looks good! https://builds.apache.org/job/Mesos-Buildbot/4890/ [image: Screen Shot 2018-02-07 at 10.30.51 PM.png] On Wed, Feb 7, 2018 at 8:39 PM Michael Park <mp...@apache.org> wrote: > Yep, Just landed! Waiting for https://builds.apache.org/job/Mesos-Buildbot to >

Re: Introducing `support/mesos-build.sh`

2018-02-07 Thread Michael Park
Yep, Just landed! Waiting for https://builds.apache.org/job/Mesos-Buildbot to pick it up. On Wed, Feb 7, 2018 at 8:27 PM Vinod Kone <vinodk...@apache.org> wrote: > Yay, thanks MPark! Has the change landed already? > > On Wed, Feb 7, 2018 at 8:23 PM, Michael Park <mp...

Introducing `support/mesos-build.sh`

2018-02-07 Thread Michael Park
Many of you probably know that we currently have `support/docker-build.sh` to power our CI for our various configurations. One of the problems for us has been that we create a `Dockerfile` ad-hoc and invoke `docker build` with it. This is very inefficient and also leads to flaky issues around

The state of our CI

2018-02-07 Thread Michael Park
Last week I noticed that our CI ( https://builds.apache.org/job/Mesos-Buildbot) has been failing for some time (I've heard somewhere between 2 weeks and a month). It seems like none of us (including me of course) are paying much attention to the builds.apache.org emails. Hard to blame ourselves

[RESULT][VOTE] Release Apache Mesos 1.3.2 (rc1)

2018-01-25 Thread Michael Park
Hi all, The vote for Mesos 1.3.2 (rc1) has passed with the following votes. +1 (Binding) -- Benjamin Mahler Vinod Kone Michael Park There were no 0 or -1 votes. Please find the release at: https://dist.apache.org/repos/dist/release/mesos/1.3.2 It is recommended

Re: [VOTE] Release Apache Mesos 1.3.2 (rc1)

2018-01-25 Thread Michael Park
Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/45/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ > > &g

Re: [VOTE] Release Apache Mesos 1.5.0 (rc1)

2018-01-24 Thread Michael Park
-1 (binding) for https://issues.apache.org/jira/browse/MESOS-8481 On Wed, Jan 24, 2018 at 10:34 AM James Peach wrote: > +1 > > Verified on CentOS 6 and Fedora 27 > > > On Jan 22, 2018, at 7:15 PM, Gilbert Song wrote: > > > > Hi all, > > > > Please vote on

[VOTE] Release Apache Mesos 1.3.2 (rc1)

2017-12-07 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.2. The CHANGELOG for the release is available at: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.3.2-rc1

Re: Please use `int_fd` instead of `int` for file descriptors

2017-11-30 Thread Michael Park
I agree it would be nice to document the supported operations on an `int_fd`. I'm not sure how to actually help with the issue of making `int_fd` more discoverable. The only idea I've got is a ClangTidy check to complain about variables of type `int` named `fd` and other similar common names for

ClangTidy for Mesos is here!

2017-11-04 Thread Michael Park
We've had ClangTidy for Mesos, called MesosTidy for a while checked into the codebase, but we hadn't actually enabled it on the CI. I've created a Mesos-Tidybot job (to accompany Mesos-Buildbot) on our Apache CI, which will be reporting its status to the builds mailing list. The following is an

1.3.2 Release

2017-11-01 Thread Michael Park
Please reply to this email if you have pending patches to be backported to 1.3.x, I'm aiming to cut a 1.3.2 on Friday. Thanks, MPark

`support/apply-review.sh` is now gone

2017-11-01 Thread Michael Park
I guess I forgot about it, but just followed up on: https://www.mail-archive.com/dev@mesos.apache.org/msg37175.html Thanks, MPark

Re: [VOTE] Release Apache Mesos 1.4.0 (rc5)

2017-09-15 Thread Michael Park
Vinod, regarding MESOS-7729 : I found MESOS-6345 related to persistent volume framework, which leads me to believe that this is not new. Thanks, MPark On Tue, Sep 12, 2017 at 12:01 PM Vinod

Re: [VOTE] Release Apache Mesos 1.4.0 (rc3)

2017-08-28 Thread Michael Park
-1 I found MESOS-7922 , which is an issue around the communication between old masters and new agents. Currently, the new agent re-registers with the tasks and executors in the new format. The new master conditionally upgrades the resources

[RESULT][VOTE] Release Apache Mesos 1.3.1 (rc1)

2017-08-15 Thread Michael Park
Hi all, The vote for Mesos 1.3.1 (rc1) has passed with the following votes. +1 (Binding) -- Vinod Kone Benjamin Mahler Michael Park There were no 0 or -1 votes. Please find the release at: https://dist.apache.org/repos/dist/release/mesos/1.3.1 It is recommended

Re: [VOTE] Release Apache Mesos 1.3.1 (rc1)

2017-08-15 Thread Michael Park
> > >> [image: Failed] >> < >> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/37/BUILDTOOL=autotools,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&a

Re: Dropping support for Apple Clang

2017-08-10 Thread Michael Park
d run no tests failed, so I assume that’s just a flaky > test. > > -- >  Dario > > > On Aug 10, 2017, at 10:09 AM, Michael Park <mp...@apache.org> wrote: > > > >> > >> Which version of Apple’s clang did you try for C++14? The latest version >

Re: Dropping support for Apple Clang

2017-08-10 Thread Michael Park
ry/Developer/CommandLineTools/usr/bin Till, do you mind trying it out on 9.0.0? You can just try building https://github.com/mpark/mesos/tree/cpp14 MPark > On Jul 29, 2017, at 2:38 AM, Michael Park <mp...@apache.org> wrote: > > > > I'd like to drop support for Apple Clang. >

Future Mesos Developer Community Meetings

2017-08-09 Thread Michael Park
A few announcements here: - I'll no longer be hosting Mesos Developer Community Meetings going forward. There's a lot of work involved in hosting/running good meetings. I feel that I have not been putting enough work to make it good, and would rather have someone else run it better

Re: Dropping support for Apple Clang

2017-07-31 Thread Michael Park
ld at configure time? > Yep, our getting started page already involves installing homebrew, and `brew install`ing packages such as wget, git, autoconf, etc, so it's as simple as adding `llvm` to that list. On Fri, Jul 28, 2017 at 8:38 PM, Michael Park <mp...@apache.org> wrote: > >

[VOTE] Release Apache Mesos 1.3.1 (rc1)

2017-07-28 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.1. The CHANGELOG for the release is available at: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.3.1-rc1

Dropping support for Apple Clang

2017-07-28 Thread Michael Park
I'd like to drop support for Apple Clang. With the C++14 upgrade, we'll be requiring many distros to fetch a newer compiler. In most cases it only takes a few commands to get a newer compiler. This is also true of OS X, where clang-4.0 can be easily installed with `brew install llvm`. The

Re: C++14 Upgrade

2017-07-28 Thread Michael Park
Okay, so I tried to test RHEL 7 on an AWS instance, but I can't figure out how their subscription model works and such. Does anyone actually use RHEL for development? I could really use your help! On Fri, Jul 21, 2017 at 3:42 PM Michael Park <mcyp...@gmail.com> wrote: > CentOS, Scienti

Mesos 1.3.1 Release

2017-07-24 Thread Michael Park
I'm planning to cut the 1.3.1 release on Friday July 28, 2017 and have voting start on the following Monday. Please let me know if you have any patches that you're working on, targeted for 1.3.1. If you have, or are planning to backport patches for 1.3.1, please make sure to update the CHANGELOG

Re: C++14 Upgrade

2017-07-21 Thread Michael Park
t;b...@eecs.berkeley.edu> wrote: > +1 > > We care about RHEL 6 / 7, anyone out there that has used a GCC 5 on these > can help MPark out? > > > On Thu, Jul 20, 2017 at 5:23 PM Michael Park <mcyp...@gmail.com> wrote: > > > I've added Fedora 23 and OS X Sierra to the spread

Re: C++14 Upgrade

2017-07-20 Thread Michael Park
l 19, 2017 at 3:34 PM, Michael Park <mp...@apache.org> wrote: > > > I'd like move us to C++14! > > > > The following I'd say are the important C++14 features for us: > > > >- Generic lambdas: [](const auto& x) { /* ... */ } > >- Extended lambda

C++14 Upgrade

2017-07-19 Thread Michael Park
I'd like move us to C++14! The following I'd say are the important C++14 features for us: - Generic lambdas: [](const auto& x) { /* ... */ } - Extended lambda captures: [x = move(x)]() { /* ... */ } The following are some features that would be helpful for libprocess/stout: - Function

No dev meeting today

2017-07-13 Thread Michael Park
As I'm on vacation currently, and couldn't find anyone to run it on my behalf, we won't be meeting today. Thanks!

Re: CHANGELOG entry for 1.x.0 releases

2017-07-07 Thread Michael Park
Yep, not sure of the context but I think we should definitely continue writing WIP entries. On Fri, Jul 7, 2017 at 1:30 AM Vinod Kone wrote: > Don't know who told you that, but we have definitely been adding WIP > CHANGELOG entries on the master branch for a long time. As

Mesos Kanban board

2017-06-29 Thread Michael Park
The following is the filter for our Community Kanban Board on JIRA https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=1=MESOS-7403=286=289 for *assigned* and *missing shepherd*. If you're working on a ticket (*in progress* or *reviewable*) and you don't have a shepherd, please either

Fwd: Notification: Mesos Developer Community Meeting @ Thu Jun 29, 2017 3pm - 4pm (Apache Mesos)

2017-06-28 Thread Michael Park
-- Forwarded message - From: Google Calendar <calendar-notificat...@google.com> Date: Wed, Jun 28, 2017 at 3:00 PM Subject: Notification: Mesos Developer Community Meeting @ Thu Jun 29, 2017 3pm - 4pm (Apache Mesos) To: Michael Park <mcyp...@gmail.com> more deta

Easing the Pain of Code Formatting in Mesos

2017-06-14 Thread Michael Park
I'm increasingly hearing that many contributors who want to contribute to Mesos find that it's often difficult to do so. One of the big issues is due to our formatting rules which is not automated. As a result, we've had many reviews that are overwhelming in style comments with only a couple of

[RESULT][VOTE] Release Apache Mesos 1.3.0 (rc3)

2017-06-07 Thread Michael Park
Hi all, The vote for Mesos 1.3.0 (rc3) has passed with the following votes. +1 (Binding) -- Vinod Kone Benjamin Mahler Yan Xu +1 (Non-binding) -- N/A There were no 0 or -1 votes. Please find the release at: /1.3.0 It is recommended to

Re: New YouTube channel to house working group recordings?

2017-06-05 Thread Michael Park
site. Maybe here http://mesos.apache.org/d > ocumentation/latest/presentations/ or on the community section. > > On Thu, May 18, 2017 at 6:47 PM, James Peach <jor...@gmail.com> wrote: > >> >> > On May 18, 2017, at 4:53 PM, Michael Park <mcyp...@gmail.com> wrote: >> &

Re: On fixing the FUTURE_DISPATCH macro

2017-06-03 Thread Michael Park
pe_info > for class methods includes information about function signature, related > class name and class namespace. However, type_info is not enough to > uniquely identify two different methods with same signature. AlexR > described a simple test that reproduces the bug in MESOS-5886. > >

Fwd: Notification: Mesos Developer Community Meeting @ Thu Jun 1, 2017 3pm - 4pm (Apache Mesos)

2017-05-31 Thread Michael Park
-- Forwarded message -- From: Google Calendar <calendar-notificat...@google.com> Date: Wed, May 31, 2017 at 2:59 PM Subject: Notification: Mesos Developer Community Meeting @ Thu Jun 1, 2017 3pm - 4pm (Apache Mesos) To: Michael Park <mcyp...@gmail.com> more deta

Re: Moving Mesos builds reqs from GCC 4.8.1+ to GCC 4.9.0+

2017-05-30 Thread Michael Park
I'm all for moving to GCC 4.9+. I'd love to get C++14 and bump to GCC 5, but I think we should do an investigation for "reasonable availability" before we do that. Also, clang has supported C++14 / since 3.5, which is our current requirement. On Tue, May 30, 2017 at 12:50 PM, Benjamin Mahler

Re: Plan for upgrading protobuf==3.2.0 in Mesos

2017-05-26 Thread Michael Park
Thanks Anand and Zhitao! On Fri, May 26, 2017 at 3:40 PM Anand Mazumdar wrote: > We recently committed this [1] and it would be part of the *next major > release* (1.4.0). Also, we upgraded to the newer protobuf release 3.3.0. > > For Mesos developers, this means that we can

[VOTE] Release Apache Mesos 1.3.0 (rc3)

2017-05-25 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.0. 1.3.0 includes the following: - Multi-role framework support - Executor authentication support - Allow frameworks to modify

Re: New YouTube channel to house working group recordings?

2017-05-18 Thread Michael Park
Is there a reason why you want to use new YouTube channel? I think I would prefer to use the existing channel and house them in a different playlist. On Thu, May 18, 2017 at 5:09 PM Vinod Kone wrote: > +1 > > @vinodkone > > > On May 18, 2017, at 12:29 PM, Judith Malnick

[VOTE] Release Apache Mesos 1.3.0 (rc2)

2017-05-17 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.0. 1.3.0 includes the following: - Multi-role framework support - Executor authentication support - Allow frameworks to modify

Mesos Developer Community Meeting (May 18, 2017)

2017-05-17 Thread Michael Park
As I'm attending C++Now conference this week, I won't be able to host this meeting, so unless someone else wants to host, we'll skip this meeting. Thanks, MPark

[VOTE] Release Apache Mesos 1.3.0 (rc1)

2017-05-05 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.0. 1.3.0 includes the following: - Multi-role framework support - Executor authentication support - Allow frameworks to modify

Mesos Developer Community Meeting (May 4, 2017)

2017-05-02 Thread Michael Park
I won't be able to host this meeting, so unless someone else wants to host, we'll skip this meeting. Thanks, MPark

Re: Mesos 1.3 Release

2017-05-02 Thread Michael Park
at https://reviews.apache.org/r/58942/ and let us know if we need to add more features under "graduated", and such. Thanks! MPark & Neil On Tue, May 2, 2017 at 12:19 AM, Michael Park <mp...@apache.org> wrote: > Just FYI, we're planning to cut 1.3.0 tomorrow. > > On

Hierarchical Reservation

2017-05-02 Thread Michael Park
This is the design doc for hierarchical reservation: https://docs.google.com/document/d/1Di6drHrBs3FWYJXKQjCTqQMi2Pfdt Crf4OcuP3RZqmk/edit?usp=sharing. Please take a look and provide feedback! Thanks, MPark

Re: Mesos 1.3 Release

2017-05-02 Thread Michael Park
Just FYI, we're planning to cut 1.3.0 tomorrow. On Mon, Apr 17, 2017 at 2:55 PM, Michael Park <mp...@apache.org> wrote: > Neil and I are volunteering to be the release managers for the 1.3 release! > > I'm hoping to cut an RC later this week, if the current blockers have b

Re: Mesos Developer Community Meeting (April 19, 2017)

2017-04-20 Thread Michael Park
Hangouts Air: https://hangouts.google.com/hangouts/_/t3bd4a5ojjeppp63sq2xabvmcue YouTube: https://www.youtube.com/watch?v=SUoPwiy7_5k On Wed, Apr 19, 2017 at 4:55 PM, Michael Park <mp...@apache.org> wrote: > The meeting will be held tomorrow at 3pm PST! > > If you'd like to

Mesos Developer Community Meeting (April 19, 2017)

2017-04-19 Thread Michael Park
The meeting will be held tomorrow at 3pm PST! If you'd like to join in person, please come to the Mesosphere HQ at 88 Stevenson St., and check in through the reception on the 2nd floor. Greg Mann will be giving a tech talk about executor authentication and authorization in Mesos! Please add

Mesos 1.3 Release

2017-04-17 Thread Michael Park
Neil and I are volunteering to be the release managers for the 1.3 release! I'm hoping to cut an RC later this week, if the current blockers have been addressed. Please update the target versions of the tickets you're working on to either target the 1.3 release if it's a blocker, otherwise,

Mesos Developer Community Meeting (April 6, 2017)

2017-04-06 Thread Michael Park
We're meeting today at 3pm PST! If you'd like to join in person, please come to the Mesosphere HQ at 88 Stevenson St., and check in through the reception on the 2nd floor. Neil Conway will be giving a tech talk about hierarchical roles in Mesos! Please add topics you want to discuss to the

Re: Mesos Developer Community Meeting (Mar 23)

2017-03-23 Thread Michael Park
On Wed, Mar 22, 2017 at 5:29 PM, Michael Park <mp...@apache.org> wrote: > We don't have a tech talk scheduled for this week, and there are no > agenda items on the meeting doc > <https://docs.google.com/document/d/153CUCj5LOJCFAVpdDZC7COJDwKh9RDjxaTA0S7lzwDA/> > . > I'l

Mesos Developer Community Meeting (Mar 23)

2017-03-22 Thread Michael Park
We don't have a tech talk scheduled for this week, and there are no agenda items on the meeting doc . I'll check back tonight to see if there are any agenda items that folks would like to discuss, but if there's

Re: Potential Cancellation of Mesos Developer Community Meeting (Mar 9)

2017-03-09 Thread Michael Park
As we still don't have any items in the agenda for today, we'll cancel the meeting today and meet in 2 weeks, Mar 23, 2017. On Wed, Mar 8, 2017 at 9:52 AM, Michael Park <mp...@apache.org> wrote: > We don't have a tech talk scheduled for this week, and there are no agenda > items on

Potential Cancellation of Mesos Developer Community Meeting (Mar 9)

2017-03-08 Thread Michael Park
We don't have a tech talk scheduled for this week, and there are no agenda items on the meeting doc . I'll check back tonight to see if there are any agenda items that folks would like to discuss, but if there's

Mesos Developer Community Meeting (Feb 23, 2017)

2017-02-23 Thread Michael Park
We're meeting today at 3pm PST! If you'd like to join in person, please come to the Mesosphere HQ at 88 Stevenson St., and check in through the reception on the 2nd floor. Benjamin Bannier will be giving a tech talk about multi-role frameworks! Please add topics you want to discuss to the

Re: Mesos Developer Community Meeting (Feb 9, 2017)

2017-02-09 Thread Michael Park
Hangouts: https://hangouts.google.com/call/v74jjp2yjbgs7npajdvfx3m54qe YouTube: https://www.youtube.com/watch?v=kc_gtJNlamM On Thu, Feb 9, 2017 at 11:37 AM, Michael Park <mp...@apache.org> wrote: > FYI, we're still meeting today at 3pm PST! > > Again, if you'd like to join in pers

Mesos Developer Community Meeting (Feb 9, 2017)

2017-02-09 Thread Michael Park
FYI, we're still meeting today at 3pm PST! Again, if you'd like to join in person, please come to the Mesosphere HQ at 88 Stevenson St., and check in through the reception on the 2nd floor. The agenda for today is to go through the roadmap document, and to discuss whatever topics people may

Introduction of `int_fd`.

2017-02-06 Thread Michael Park
I'd like to announce that we've introduced an `int_fd` type in stout. It is __not__ an RAII file descriptor type! It's actually not fancy what-so-ever. On POSIX, it's simply aliased to an `int`, so there's no change in usage at all. Just remember to use `int_fd` rather than `int` for file

Re: [3/3] mesos git commit: Use the stout ELF parser to collect Linux rootfs files.

2017-02-04 Thread Michael Park
On Fri, Feb 3, 2017 at 11:22 PM, wrote: > +#ifndef __linux__ > +#error "tests/containerizer/rootfs.hpp is only available on Linux > systems" > +#endif > This seems to break the OS X build as well as the Windows build. Specifically in the `src/tests/health_check_tests.cpp`.

Re: 3 way merge support in apply-reviews.py committed

2017-02-03 Thread Michael Park
t; Hi all, > > Just a quick FYI that you can use a new "--3way" or "-3" option in > support/apply-reviews.py to perform a 3 way merge for patches which don't > apply cleanly (see git-apply > <https://git-scm.com/docs/git-apply#git-apply---3way> manual for detail

Re: Mesos Developer Community Meeting (Jan 26, 2017)

2017-01-26 Thread Michael Park
It seems like the YouTube link is stable, but the Hangouts link is not... here are the links: *Hangouts On-Air*: https://hangouts.google.com/call/klhb3ulgwrajrpjxrelmzb2wame *YouTube*: https://www.youtube.com/watch?v=m7WzKia68Rg On Mon, Jan 23, 2017 at 3:33 PM, Michael Park <mp...@apache.

Re: Inconsistent naming of support scripts

2017-01-25 Thread Michael Park
,commit-msg}` and re-run `bootstrap`. This way, they'll be symlinked into `.git/hooks`, and it will avoid problems like this in the future. Thanks, MPark On Fri, Jan 13, 2017 at 5:25 PM, Michael Park <mp...@apache.org> wrote: > commit 8b8f4af3c4d70c3ffcb70092da0fb0cd636bbe9a > Author:

Mesos Developer Community Meeting (Jan 26, 2017)

2017-01-23 Thread Michael Park
Our next developer community meeting is on Thursday, Jan 26, 2017 at 3pm PST. If you would like to join in person, please come to the Mesosphere HQ at 88 Stevenson St. and check in through the reception on the 2nd floor. *Hangouts On-Air*:

Re: Inconsistent naming of support scripts

2017-01-13 Thread Michael Park
commit 8b8f4af3c4d70c3ffcb70092da0fb0cd636bbe9a Author: Michael Park <mp...@apache.org> Date: Wed Jan 11 14:54:23 2017 -0800 Renamed executable files from '_' to '-' in the `support` directory. Review: https://reviews.apache.org/r/55487 On Fri, Sep 2, 2016 at 1:45 AM, Vino

Removing `support/apply-review.sh`

2017-01-13 Thread Michael Park
Does anyone still care about `support/apply-review.sh`? I imagine most people have transitioned to `support/apply-reviews.py`. Please let me know if people still want it around for some reason. Thanks, MPark

Re: Mesos YouTube Channel

2017-01-13 Thread Michael Park
gt; website itself is only available in Chinese, you may need some > > assistance creating account and uploading videos... > > > > /J > > > > On Thu, Jan 12, 2017 at 4:11 AM, Michael Park <mp...@apache.org> wrote: > > > Kiersten, it sounds to me like Jay's ask

Mesos Developer Community Meeting (Jan 12, 2017)

2017-01-11 Thread Michael Park
I'll be hosting our first community meeting of 2017 tomorrow, Thursday, Jan 12, 2017 at 3pm PST. If you would like to join in person, please come to the Mesosphere HQ at 88 Stevenson St. and check in through the reception on the 2nd floor. The current agenda items are: - Update the roadmap

Re: Mesos YouTube Channel

2017-01-11 Thread Michael Park
o > > have a mirror of channel on one of Chinese video sites, just to be > > more Chinese-user-friendly? > > > > Thanks, > > /J > > > >> On Wed, Jan 11, 2017 at 10:52 AM, Michael Park <mp...@apache.org> > wrote: > >> Thanks haosdent! Added! &

Re: Mesos YouTube Channel

2017-01-10 Thread Michael Park
Mesos. > > > * Update the channel bio. We should probably incl a disclaimer here > > > similar to the Mesos community GitHub org. How about: "A channel in > > support > > > of the Apache Mesos community, featuring regular community meetings. > The > >

Re: Mesos YouTube Channel

2017-01-10 Thread Michael Park
s not govern or endorse videos on this > channel." > > Thanks! > > Dave > > On 2017-01-09 15:21 (-0800), Michael Park <mp...@apache.org> wrote: > > I've created a brand channel for Mesos on YouTube for community > activities: > > https://www.youtube.c

Re: [5/5] mesos git commit: Used `loop` in implementation of io::read and io::write.

2017-01-09 Thread Michael Park
Pushed a temporary fix in: ``` commit b492d4458c97b5e025e96ca229bc87a6e2500b40 Author: Jan Schlicht Date: Mon Jan 9 15:39:21 2017 -0800 Removed unsupported `friend` declaration. The `friend` class declaration of nested, templated classes will raise an error

Mesos YouTube Channel

2017-01-09 Thread Michael Park
I've created a brand channel for Mesos on YouTube for community activities: https://www.youtube.com/channel/UC0wxLxgX8ilUn0m31lCpzAw. The only community activities currently captured in the channel are: - Developer Community Meetings, and - MesosCon presentations I've collected as "Saved

Re: thread_local supported on Apple

2016-12-20 Thread Michael Park
gt; >> jo...@mesosphere.io> > >> wrote: > >> > >>> Is my understanding incorrect regarding the ability to upgrade the > >> compiler > >>> version on Yosemite and El Capitan without requiring a full system > >> upgrade? > >>> > &

Re: Map support in proto2

2016-12-18 Thread Michael Park
According to this thread https://groups.google.com/forum/m/#!topic/protobuf/p4WxcplrlA4, It would involve us upgrading proto to 3.0.0 (which does not mean proto3). It seems like we would also get `oneof` which would also be very useful for us. On Sun, Dec 18, 2016 at 11:00 AM Jie Yu

Re: thread_local supported on Apple

2016-12-16 Thread Michael Park
Brief survey from the #dev channel: https://mesos.slack.com/ archives/dev/p1481760285000430 Yosemite 10.10: Fail. Compilation error. (by @hausdorff https://mesos.slack.com/archives/dev/p1481760552000435) El Capitan 10.11: Fail. Compilation error. (by @zhitao

Re: Order of includes

2016-12-14 Thread Michael Park
I would vote to keep the "include yourself first" rule, for reasons that Benjamin points out. I think that we (committers) shouldn't be actively (and silently) going against the rules we have in place. Aside from that... the constructive thing I can suggest is to help enforcement by continuing

Mesos Developer Community Meeting

2016-12-08 Thread Michael Park
As I suspect many people will be out for the holidays, we'll cancel the next 2 developer community meetings (Dec 15, and Dec 29) and resume Jan 12. See you all in the new year!

Re: Building on OS X 10.12

2016-12-01 Thread Michael Park
Thanks for writing this up! The remote login thing is funky! The `-Wno-deprecated-declarations` is currently very unfortunate, and hopefully we can fix this in our build automatically soon. I personally have been doing: `CC="ccache clang-3.7 -Wno-deprecated-declarations" CXX="ccache clang++-3.7

Re: Attendance for Mesos Developer Community Meeting (Nov 17)

2016-11-17 Thread Michael Park
PM, James Peach <jor...@gmail.com> wrote: > > > > > > On Nov 16, 2016, at 3:06 PM, Michael Park <mp...@apache.org> wrote: > > > > > > If you're planning to attend this meeting, please reply to this before > > Nov > > > 17 8am PST. I

Re: Attendance for Mesos Developer Community Meeting (Nov 17)

2016-11-16 Thread Michael Park
d, Nov 16, 2016 at 10:58 AM, Michael Park <mp...@apache.org> wrote: > > > Many people will be in China for MesosCon, so I'd like to get a quick > count > > for how many people are planning to join the developer community meeting > > tomorrow. > > >

Attendance for Mesos Developer Community Meeting (Nov 17)

2016-11-16 Thread Michael Park
Many people will be in China for MesosCon, so I'd like to get a quick count for how many people are planning to join the developer community meeting tomorrow. Please reply with a +1 if you're planning to attend.

Re: Mesos Developer Community Meeting (Nov 3)

2016-11-03 Thread Michael Park
Seems like the links I sent out before got messed up somehow. Sorry about that! New links below: Hangouts On-Air: https://hangouts.google.com/call/lg73h5mhfvgmdmzouyki3vrvv4e YouTube: https://www.youtube.com/watch?v=34ogEDn3-WU On Wed, Nov 2, 2016 at 1:15 AM, Michael Park <mp...@apache.

Mesos Developer Community Meeting (Nov 3)

2016-11-02 Thread Michael Park
The next developer community meeting will be held on Thursday, Nov 3, 2016 at 3pm PST. If you would like to join in person, please come to the Mesosphere HQ at 88 Stevenson St. and see the reception on the 2nd floor. The demo for this week will be given by Jie Yu, who will be showing us TaskGroup

Community Sync (Oct 20 2016)

2016-10-20 Thread Michael Park
Hangout Link: https://hangouts.google.com/call/szr2s45ivnbi5djigk3j2mtk7qe YouTube On-Air Link: https://www.youtube.com/watch?v=I32MN_iHfwc

Re: A Plan for Mesos Community Syncs

2016-10-19 Thread Michael Park
and 10-min reminders of each event. It will also post regarding any updates, cancellations, etc to events. Cheers, MPark On Tue, Oct 18, 2016 at 12:43 AM, Michael Park <mp...@apache.org> wrote: > @haosdent: Yes, that's a great idea. I've asked Vinod to get permissions > to get this

Re: Separate Compilation of Tests

2016-10-18 Thread Michael Park
Yeah.. as far as I know optimized build builds faster. But I haven't confirmed that. Joris > > — > *Joris Van Remoortere* > Mesosphere > > On Tue, Sep 27, 2016 at 6:25 PM, Michael Park <mp...@apache.org> wrote: > > > On Tue, Sep 27, 2016 at 12:21 PM, Alexander Ro

  1   2   3   4   5   6   7   8   9   >