Re: Specify requested resource when running a docker app

2017-07-12 Thread Chun-Hung Hsiao
In your original command, the shell sees you typed in two commands: one before the semicolon, and one after it. The shell will execute them in sequence, and that's why only the first resource requirement is applied, since only the first one is included in the command. The backquotes in Jen's

Deprecating `--disable-zlib` in libprocess

2017-08-08 Thread Chun-Hung Hsiao
Hi all, In libprocess, we have an optional `--disable-zlib` flag, but it's currently not used for conditional compilation and we always use zlib in libprocess, and there's a requirement check in Mesos to make sure that zlib exists. Should this option be removed then? Or is there anyone working on

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

2018-05-10 Thread Chun-Hung Hsiao
+1 (binding) Tested on our internal CI (sudo make check) on Mac, CentOS 6/7, Debian 8/9 and Ubuntu 14/16/17, with gRPC/SSL disabled/enabled. Also manually tested "make distcheck" w/ autotools, and "ninja check" w/ CMake on Mac and CentOS 7 with gRPC enabled. Observed the following failures:

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

2018-06-29 Thread Chun-Hung Hsiao
-1 on https://issues.apache.org/jira/browse/MESOS-8830. This is a critical bug that would wipe out persistent data. I'm backporting this to 1.4, 1.5 and 1.6. On Fri, Jun 29, 2018 at 9:05 AM Greg Mann wrote: > The failures here are mostly command executor/default executor tests. > Looking at

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

2018-02-05 Thread Chun-Hung Hsiao
+1 (non-binding) Tested with `make distcheck` with grpc disabled and enabled on mac. Tested with `make distcheck DISTCHECK_CONFIGURE_FLAGS='--enable-grpc'` on centos 7. On Mon, Feb 5, 2018 at 8:33 PM, Vinod Kone wrote: > +1 (binding) > > Tested on ASF CI. The red builds

[VOTE] Release Apache Mesos 1.7.0 (rc1)

2018-08-21 Thread Chun-Hung Hsiao
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.7.0. 1.7.0 includes the following: * Performance Improvements: * Master `/state` endpoint: ~130% throughput improvement through RapidJSON

Re: Follow up to discussion regarding use : in paths on Windows (MESOS-9109)

2018-08-23 Thread Chun-Hung Hsiao
I'm a bit concerned about the recovery logic and backward compatibility: The changes we're making shouldn't affect existing users, and we should try hard to avoid any future backward compatibility problem. Say if there is already some custom framework using task ID 'Hello%3AWorld', then if we

[VOTE] Release Apache Mesos 1.7.0 (rc2)

2018-08-24 Thread Chun-Hung Hsiao
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.7.0. 1.7.0 includes the following: * Performance Improvements: * Master `/state` endpoint: ~130% throughput improvement through RapidJSON

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

2018-08-24 Thread Chun-Hung Hsiao
Hi all, Since there will be a weekend during the vote period, the vote will be open until Wed Aug 29 23:59:59 PDT 2018, so we can have more time testing. Best, Chun-Hung On Fri, Aug 24, 2018 at 4:42 PM Chun-Hung Hsiao wrote: > Hi all, > > Please vote on releasing the following

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

2018-08-28 Thread Chun-Hung Hsiao
Folks, This is a gentle reminder for 1.7.0-rc2. The vote is open until Wed Aug 29 23:59:59 PDT 2018 and passes if a majority of at least 3 +1 PMC votes are cast. Thanks! On Fri, Aug 24, 2018, 4:45 PM Chun-Hung Hsiao wrote: > Hi all, > > Since there will be a weekend during the vo

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

2018-08-22 Thread Chun-Hung Hsiao
Hi all, The URL for the JAR in the previous email is incorrect. The JAR is in a staging repository here: https://repository.apache.org/content/repositories/orgapachemesos-1232 Thanks, Chun-Hung On Tue, Aug 21, 2018 at 7:34 PM Chun-Hung Hsiao wrote: > Hi all, > > Please vote on

Re: Backport Policy

2018-07-17 Thread Chun-Hung Hsiao
I just have a comment on a special case: If a fix for a flaky test is easy to backport, IMO we probably should backport it, otherwise if someone backports another critical fix in the future, it would take them extra effort to check all CI failures. On Mon, Jul 16, 2018 at 11:39 AM Vinod Kone

Re: Operations Working Group - First Meeting

2018-07-17 Thread Chun-Hung Hsiao
Unfortunately the time conflicts with the CSI community sync so I'll have to skip :( On Tue, Jul 17, 2018 at 2:55 AM Abel Souza wrote: > Thank you for setting this up Gaston, > > Would you mind giving us a brief of what you have in mind for discussion? > > Thank you, > > Abel > > On 07/17/2018

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

2018-08-30 Thread Chun-Hung Hsiao
nce you already have the fix. > > Thanks, > Vinod > > > On Aug 29, 2018, at 8:44 PM, Chun-Hung Hsiao > wrote: > > > > I found two issues when compiling with clang 3.5: > > > > 1. The `-Wno-inconsistent-missing-override` option added in > https://reviews.apa

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

2018-08-29 Thread Chun-Hung Hsiao
like to ask for some feedbacks. Thanks! On Wed, Aug 29, 2018 at 10:18 AM James Peach wrote: > +1 (binding) > > Built and tested on Fedora 28 (clang). > > On Aug 24, 2018, at 4:42 PM, Chun-Hung Hsiao > wrote: > > Hi all, > > Please vote on releasing the following c

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

2018-07-12 Thread Chun-Hung Hsiao
Seems you missed MESOS-9049. And this seems not just a bug fix release because of MESOS-8934? ;) On Wed, Jul 11, 2018, 9:37 PM Greg Mann wrote: > Whoops, I forgot to include the list of changes included in this release - > sorry! > > 1.6.1-rc2 includes the following notable bug fixes: > > *

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

2018-07-13 Thread Chun-Hung Hsiao
ist to make it more digestible and provided a list of > "notable" bug fixes. The entire list of changes can be found in the > CHANGELOG. > > On Thu, Jul 12, 2018, 7:56 AM Chun-Hung Hsiao > wrote: > >> Seems you missed MESOS-9049. And this seems not just a bug

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

2018-01-23 Thread Chun-Hung Hsiao
-1 for https://issues.apache.org/jira/browse/MESOS-8481 On Tue, Jan 23, 2018 at 9:38 AM, Jie Yu wrote: > +1 > > Verified in our internal CI that `sudo make check` passed in CentOS 6, > CentOS7, Debian 8, Ubuntu 14.04, Ubuntu 16.04 (both w/ or w/o SSL enabled). > > - Jie > >

Re: Welcome Chun-Hung Hsiao as Mesos Committer and PMC Member

2018-03-12 Thread Chun-Hung Hsiao
Just a heads up, >>> don't let >>> > > that happen to you too! >>> > > >>> > > I look forward to continuing to work with you. >>> > > >>> > > Cheers, >>> > > >>> > > Andy >>>

Re: Welcome Zhitao Li as Mesos Committer and PMC Member

2018-03-12 Thread Chun-Hung Hsiao
Congrats Zhitao! On Mon, Mar 12, 2018 at 2:51 PM, Benjamin Mahler wrote: > Welcome Zhitao! Thanks for your contributions so far > > On Mon, Mar 12, 2018 at 2:02 PM, Gilbert Song wrote: > > > Hi, > > > > I am excited to announce that the PMC has voted

Proposal: Changing `CREATE_VOLUME` and `CREATE_BLOCK` to `CREATE_DISK`.

2018-06-28 Thread Chun-Hung Hsiao
Hi folks, *TL;DR* I'm proposing a breaking API change on experimental offer operations, as shown in the review request: https://reviews.apache.org/r/67779/ Reasons: 1. "Volume" is overloaded and leads to conflicting/inconsistent naming. 2. The concept of "PATH" disks does not exist in CSI, which

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

2018-09-19 Thread Chun-Hung Hsiao
Hi all, The vote for Mesos 1.7.0 (rc3) has passed with the following votes. +1 (Binding) -- *** Alex Rukletsov *** Kapil Arya *** James Peach There were no 0 or -1 votes. Please find the release at: https://dist.apache.org/repos/dist/release/mesos/1.7.0 It is

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

2019-01-16 Thread Chun-Hung Hsiao
+1 (binding) `sudo make -j32 DISTCHECK_CONFIGURE_FLAGS='LIBS=-ldl --enable-ssl --enable-libevent --enable-grpc' distcheck` on Ubuntu 16.04. I got 4 known test failures on my machine: [ FAILED ] 4 tests, listed below: [ FAILED ] CgroupsIsolatorTest.ROOT_CGROUPS_CFS_EnableCfs [ FAILED ]

[VOTE] Release Apache Mesos 1.7.1 (rc2)

2019-01-15 Thread Chun-Hung Hsiao
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.7.1. 1.7.1 includes the following: * This is a bug fix release. Also includes performance and API improvements: * **Allocator**:

[VOTE] Release Apache Mesos 1.7.1 (rc1)

2018-12-21 Thread Chun-Hung Hsiao
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.7.1. 1.7.1 includes the following: * This is a bug fix release. Also includes performance and API improvements: * **Allocator**:

Discussion: Scheduler API for Operation Reconciliation

2018-12-11 Thread Chun-Hung Hsiao
Hi folks, Recently I've being discussing the problems of the current design of the experimental `RECONCILE_OPERATIONS` scheduler API with a couple people. The discussion was started from MESOS-9318 : when a framework receives an

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

2018-11-26 Thread Chun-Hung Hsiao
-1 for https://issues.apache.org/jira/browse/MESOS-8623 I'm working on a fix. On Thu, Nov 22, 2018 at 1:40 PM Meng Zhu wrote: > +1 > make check on Ubuntu 18.04 > > On Wed, Oct 31, 2018 at 4:26 PM Gilbert Song > wrote: > > > Hi all, > > > > Please vote on releasing the following candidate as

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

2019-01-03 Thread Chun-Hung Hsiao
ck passes on macOS 10.14.2 > >> > >> $ clang++ --version > >> Apple LLVM version 10.0.0 (clang-1000.10.44.4) > >> Target: x86_64-apple-darwin18.2.0 > >> Thread model: posix > >> InstalledDir: /Library/Developer/CommandLineTools/usr/bin > >>

Re: Follow up to discussion regarding use : in paths on Windows (MESOS-9109)

2018-09-14 Thread Chun-Hung Hsiao
we later > find another character in use that also needs to be encoded, we can then > abstract the single encoding into a per-platform encoding set. > > Does this seem reasonable? > > Thanks, > > Andy > > P.S. Sorry this took a while to get back to, I was out last week. > &

Re: Discussion: Scheduler API for Operation Reconciliation

2019-01-24 Thread Chun-Hung Hsiao
>> > >> > As far as I know, we don't have any formal guarantees on which >> operations status changes the framework will receive without >> reconciliation. So putting on my framework-implementer hat it seems like >> I'd have no choice but to implement a continously p

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

2019-03-14 Thread Chun-Hung Hsiao
+1 (binding) `sudo make check` with `--enable-grpc --enable-ssh --enable-libevent` on Ubuntu 16.04 with the following known test failures: [ FAILED ] CgroupsIsolatorTest.ROOT_CGROUPS_CFS_EnableCfs [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen [ FAILED ]

[RESULT][VOTE] Release Apache Mesos 1.7.1 (rc2)

2019-01-28 Thread Chun-Hung Hsiao
Hi all, The vote for Mesos 1.7.1 (rc2) has passed with the following votes. +1 (Binding) -- *** Vinod Kone *** Gilbert Song *** Meng Zhu There were no 0 or -1 votes. Please find the release at: https://dist.apache.org/repos/dist/release/mesos/1.7.1 It is

Re: Mesos task attach

2019-07-01 Thread Chun-Hung Hsiao
Ack :) On Mon, Jul 1, 2019 at 12:44 AM Kevin Klues wrote: > The task exec and task attach work was completed in November of last > year. My guess is that it has never been compiled by default with a > release yet though. Can whoever is doing the 1.7 release check to make > sure that the new CLI

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

2019-08-29 Thread Chun-Hung Hsiao
-1 for https://issues.apache.org/jira/browse/MESOS-9956. I'm working on a fix for it. On Wed, Aug 28, 2019 at 4:13 AM Qian Zhang wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 1.9.0. > > > 1.9.0 includes the following: > >

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

2019-09-04 Thread Chun-Hung Hsiao
+1 (binding) make distcheck on Ubuntu 16.04 and 18.04. On 18.04 I got the following known failure: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchBlob Also the mesos-gtest-runner invoked by make distcheck seems not working on both platforms. On Tue, Sep 3, 2019 at 1:34 PM Gilbert Song

Re: Draining: Failed to validate master::Call: Expecting 'type' to be present

2019-08-07 Thread Chun-Hung Hsiao
Hi Marc. Agent draining is a Mesos 1.9 feature and is only available on the current Mesos master branch. Please see https://issues.apache.org/jira/browse/MESOS-9814. Best, Chun-Hung On Wed, Aug 7, 2019 at 1:35 PM Marc Roos wrote: > > Should this be working in mesos 1.8? > > [@m01 ~]# curl