Re: [VOTE] Move Apache Mesos to Attic

2021-04-06 Thread Yan Xu
+1 It’s been quite a journey! Yan On Tue, Apr 6, 2021 at 7:49 PM Vinod Kone wrote: > Hi Rich, > > Thanks for chiming in and providing your perspective. > > Charles already did a great job summarizing some of the current sentiments > in the community above. I wanted to add a couple more points

Re: Welcome Meng Zhu as PMC member and committer!

2018-11-01 Thread Yan Xu
Congratulations! On Wed, Oct 31, 2018 at 4:50 PM Vinod Kone wrote: > Congrats Meng! > > Thanks, > Vinod > > > On Oct 31, 2018, at 4:26 PM, Gilbert Song wrote: > > > > Well deserved, Meng! > > > >> On Wed, Oct 31, 2018 at 2:36 PM Benjamin Mahler > wrote: > >> Please join me in welcoming Meng

Re: Getting write access to our GitHub repo

2018-06-22 Thread Yan Xu
IIUC this wouldn't necessarily rule out RB reviews just better support for Github PRs? On Fri, Jun 22, 2018 at 9:13 PM Andrew Schwartzmeyer < and...@schwartzmeyer.com> wrote: > GitHub PR code reviews have gotten _significantly_ better over the last > two years. You can actually open addressable

Re: API working group

2018-01-31 Thread Yan Xu
I’m in. Thanks! (mobile) > On Jan 30, 2018, at 10:42 AM, Vinod Kone wrote: > > Hi folks, > > We've had good success with our containerization, performance and community > working groups and so we would like to keep the momentum going and spin up > new WGs as necessary. >

Reusing `reserve_resources` ACL for static reservation

2017-12-12 Thread Yan Xu
Hi, In https://issues.apache.org/jira/browse/MESOS-8306 I am proposing that we use an ACL to restrict the roles that agents can statically reserve resources for to address a security concern in which a process on a compromised host can impersonate an agent and then then reservation resources for

Re: [Proposal] Fetcher extract path

2017-10-09 Thread Yan Xu
+1. Could you file a JIRA laying out the problem and the proposal? Here a link about submitting a patch: http://mesos.apache.org/documentation/latest/ submitting-a-patch/ Note that there's already an output_file

Re: Updating running tasks in-place

2017-10-09 Thread Yan Xu
--- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Wed, Oct 4, 2017 at 11:50 AM, Zhitao Li <zhitaoli...@gmail.com> wrote: > Thanks for taking the lead, Yan! Replying to your points inline: > > On Wed, Oct 4, 2017 at 11:11 AM, Yan Xu <y...@jxu.m

Re: Adding the limited resource to TaskStatus messages

2017-10-09 Thread Yan Xu
Does it make sense to wrap the resources in a `Limitation` message in case we add new fields for it? --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Mon, Oct 9, 2017 at 10:56 AM, James Peach <jor...@gmail.com> wrote: > Hi all, > > In https:/

Updating running tasks in-place

2017-10-04 Thread Yan Xu
Hi Mesos users/devs, I am curious about what use cases do folks in the community have about updating running tasks? i.e., amending the current task without going through the typical kill -> offer -> relaunch process. Typically you would only want to do that for the "pets

Welcome James Peach as a new committer and PMC memeber!

2017-09-06 Thread Yan Xu
Hi Mesos devs and users, Please welcome James Peach as a new Apache Mesos committer and PMC member. James has been an active contributor to Mesos for over two years now. He has made many great contributions to the project which include XFS disk isolator, improvement to Linux capabilities support

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

2017-08-28 Thread Yan Xu
Also the libprocess refactor seems to have stability issues: https://issues.apache.org/jira/browse/MESOS-7921 CI failures this crash caused: https://lists.apache.org/list.html?bui...@mesos.apache.org:lte=1M:process%3A%3AEventQueue%3A%3AConsumer%3A%3Aempty%28%29%20 --- Jiang Yan Xu <y...@jxu

Re: Offer operation reconciliation discussion notes

2017-08-23 Thread Yan Xu
Yeah a reason for failed operations is probably useful for all resource operations. It looks like the task-style status update is still the best approach. --- @xujyan On Wed, Aug 23, 2017 at 11:40 AM, Jie Yu wrote: > We should continue the

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

2017-08-21 Thread Yan Xu
sed that will stabilize it. If we release 1.4.0 without fixing it (or workarounds to disable it), we are probably not going to be able to adhere to this guideline. --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Mon, Aug 21, 2017 at 11:53 AM, Vinod Kone <vinodk...@apache.

Re: Performance working group meeting

2017-07-21 Thread Yan Xu
I'm in. Thanks! --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Fri, Jul 21, 2017 at 12:48 PM, Deepak Vij (A) <deepak@huawei.com> wrote: > Definitely interested in this. Thanks. > > Regards, > Deepak Vij > > -Original

Re: C++14 Upgrade

2017-07-19 Thread Yan Xu
+1!! Thanks for the summary and collecting info for these distros. --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Wed, Jul 19, 2017 at 3:34 PM, Michael Park <mp...@apache.org> wrote: > I'd like move us to C++14! > > The following I'd

Re: Agent reregistration timeout, no TASK_LOST messages

2017-07-17 Thread Yan Xu
On Mon, Jul 17, 2017 at 9:34 AM, Neil Conway wrote: > On Mon, Jul 17, 2017 at 9:20 AM, Ilya Pronin > wrote: > > > AFAIK the absence of TASK_LOST statuses is expected. Master registry > > persists information only about agents. Tasks are recovered

Re: RFC: removing process implementations from common headers

2017-06-27 Thread Yan Xu
This sounds reasonable to me. Do others have comments? --- @xujyan On Fri, Jun 23, 2017 at 4:23 PM, James Peach wrote: > Hi all, > > There is a common Mesos pattern where a subsystem is implemented by a > facade class that forwards calls to an

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

2017-06-02 Thread Yan Xu
+1 (binding) Ran it in a test cluster. --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Thu, Jun 1, 2017 at 2:34 PM, Benjamin Mahler <bmah...@apache.org> wrote: > +1 (binding) > > Looks like ExamplesTest.DynamicReservationFramework is flak

Re: Use of ACLs.RegisterAgent.agent

2017-05-24 Thread Yan Xu
I should have added that it will be inconvenient for us but not impossible to cope. However I am not convinced about the need to rename so let's chat about this on the review or the dev list. --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Wed, May 24, 2017

Re: Welcome Gilbert Song as a new committer and PMC member!

2017-05-24 Thread Yan Xu
Congrats! Well deserved! --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Wed, May 24, 2017 at 10:54 AM, Vinod Kone <vinodk...@apache.org> wrote: > Congrats Gilbert! > > On Wed, May 24, 2017 at 1:32 PM, Neil Conway <neil.con...@gmail.com&g

Re: Use of ACLs.RegisterAgent.agent

2017-05-24 Thread Yan Xu
I made a comment on https://reviews.apache.org/r/59453/ --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Wed, May 24, 2017 at 9:48 AM, Vinod Kone <vi...@mesosphere.io> wrote: > If it hasn't been released it should be ok for us to do the rename. The

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

2017-05-17 Thread Yan Xu
-1 (binding) Let's address this blocker first. Neil's looking into it now. Yan

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

2017-05-08 Thread Yan Xu
users. --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Mon, May 8, 2017 at 3:59 PM, Neil Conway <neil.con...@gmail.com> wrote: > Personally, I'm not convinced that we need to fix MESOS-7378. The > problem is essentially a bug in glibc th

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

2017-05-08 Thread Yan Xu
s/0.13.0/1.3.0/ :) --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Mon, May 8, 2017 at 3:45 PM, Yan Xu <y...@jxu.me> wrote: > I am still hoping that we get https://issues.apache.org/ > jira/browse/MESOS-7378 fixed before shipping 0.13.0. :) &

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

2017-05-08 Thread Yan Xu
I am still hoping that we get https://issues.apache.org/jira/browse/MESOS-7378 fixed before shipping 0.13.0. :) --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Fri, May 5, 2017 at 6:31 PM, Michael Park <mp...@apache.org> wrote: > Hi all, > &g

Re: Welcome Kevin Klues as a Mesos Committer and PMC member!

2017-03-02 Thread Yan Xu
Congrats Kevin! --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Wed, Mar 1, 2017 at 2:05 PM, Benjamin Mahler <bmah...@apache.org> wrote: > Hi all, > > Please welcome Kevin Klues as the newest committer and PMC member of the > Apache Mes

Re: How to consistent handle default values for message types

2017-02-16 Thread Yan Xu
nt to move to proto3 syntax at some point, we'll have to push > our defaults into our API handling code rather than in the proto file > AFAICT. > > On Thu, Feb 2, 2017 at 12:06 PM, Yan Xu <xuj...@apple.com> wrote: > > > With protobuf you can specify custom

Re: How to consistent handle default values for message types

2017-02-07 Thread Yan Xu
add such a field, we would have to use a different message. > > Maybe I am not understanding whether you mean leaving the message unset, or > the field? I meant leaving the message unset. > > — > *Joris Van Remoortere* > Mesosphere > > On Thu, Feb 2, 2017 at 3:06 PM, Ya

Design for OnTerminationPolicy

2017-02-02 Thread Yan Xu
Hi all, So after some discussions on the previous draft for restartable tasks and considering other feature requests such as to allow frameworks to customize the behavior when tasks in a task group terminate, we incorporated these features into one OnTerminationPolicy concept, which governs the

How to consistent handle default values for message types

2017-02-02 Thread Yan Xu
With protobuf you can specify custom default values for scalar types (proto2 at least) but not message types, e.g., ``` message Filters { // Time to consider unused resources refused. Note that all unused // resources will be considered refused and use the default value // (below)

Re: Order of includes

2016-12-18 Thread Yan Xu
The example is helpful. Thanks! I have no objection to sticking to the new rule then. But the we have to: - For contributors and committers, start using the new style when creating new files today. - Fix the existing include order hopefully with the help of tools like clang-tidy and have it

Re: Welcome Guangya Liu as Mesos Committer and PMC member!

2016-12-18 Thread Yan Xu
Congrats! --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Mon, Dec 19, 2016 at 1:31 AM, haosdent <haosd...@gmail.com> wrote: > Congrats Guangya! > > On Sun, Dec 18, 2016 at 10:02 PM, Klaus Ma <klaus1982...@gmail.com> wrote: > >&

Re: Order of includes

2016-12-15 Thread Yan Xu
On Thu, Dec 15, 2016 at 7:44 AM, Michael Park wrote: > 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

Re: Order of includes

2016-12-15 Thread Yan Xu
On Wed, Dec 14, 2016 at 3:15 PM, Benjamin Bannier wrote: > Hi Yan, > > I don’t feel too strongly about most of our style rules regarding include > ordering since they are just about style. > > > For a cpp file foo.cpp, our style guide instructs folks to put the header > > foo.hpp at the top of

Re: Order of includes

2016-12-13 Thread Yan Xu
don't follow 2) and 3), instead we have been doing "include everything needed yourself, no exceptions". It would be great to clarify this in the Mesos style guide as well. --- @xujyan <https://twitter.com/xujyan> On Wed, Dec 14, 2016 at 10:14 AM, Yan Xu <xuj...@apple.com&

Order of includes

2016-12-13 Thread Yan Xu
For a cpp file foo.cpp, our style guide instructs folks to put the header foo.hpp at the top of the include list: https://github.com/apache/mesos/blob/master/docs/c%2B%2B-style-guide.md#order-of-includes This is consistent with Google style guide but in reality most of the our files follow the

Re: MESOS-6233 Allow agents to re-register post a host reboot

2016-11-28 Thread Yan Xu
So one thing that was brought up during offline conversations was that if the host reboot is associated with hardware change (e.g., a new memory stick): - Currently: the agent would skip the recovery (and the chance of running into incompatible agent info) and register as a new agent. -

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

2016-11-11 Thread Yan Xu
+1. Tested `make check` on CentOS 6. On Thu, Nov 10, 2016 at 9:39 AM, Till Toenshoff wrote: > +1 > > Tested `make distcheck`: > > With SSL. > MacOS 10.12.1 (16B2555) => OK > > With SSL and without. > Centos 7 => OK > Debian 8 => OK > Fedora 23 => OK > Ubuntu 14 => OK > Ubuntu

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

2016-10-24 Thread Yan Xu
build. Yan Jiang Yan Xu  On Mon, Oct 24, 2016 at 11:49 AM, Alexander Rojas <alexan...@mesosphere.io> wrote: > +1 (non-biding) > > Ubuntu 16.04 > > ../configure --enable-ssl --enable-libevent && sudo make check > > On Mon, Oct 24, 2016 at 3:41 PM, Gastón Kle

Re: On Mesos versioning and deprecation policy

2016-10-14 Thread Yan Xu
On Fri, Oct 14, 2016 at 3:37 PM, Yan Xu <xuj...@apple.com> wrote: > Thanks Alex for starting this! > > In addition to comments below, I think it'll be helpful to keep the > existing versioning doc concise and user-friendly while having a dedicated > doc for the "imp

Re: On Mesos versioning and deprecation policy

2016-10-14 Thread Yan Xu
docs/devel/api_changes.md (which has a lot of details on how the kubernetes community is thinking about similar issues, which we can learn from) Jiang Yan Xu  On Wed, Oct 12, 2016 at 9:34 AM, Alex Rukletsov <a...@mesosphere.com> wrote: > Folks, > > There have been a bunch of

Re: Deprecate MESOS_DIRECTORY executor environment variable

2016-10-07 Thread Yan Xu
The rules for APIs stipulate that the deprecation period doesn't start until the next major release (2.0). I suppose environment variable changes don't qualify (or do they? This is how the agent interface with the executor and requires executor developers to change their programs). So when should

Re: Deprecate MESOS_DIRECTORY executor environment variable

2016-10-07 Thread Yan Xu
I agree that the executor shouldn't need to known about the sandbox host path for itself but today it provides a way for the information to be propagated to the scheduler or external systems. I don't remember how thermos observer works but I guess the executor registers itself to a the observer

Re: Question about the deprecated policy after 1.0

2016-09-22 Thread Yan Xu
let's make sure the alternative API makes into 2.0 first. If we fail to achieve that, why shouldn't we postpone the deprecation further? > > Bases on the above two points, I think we should slate the deprecated feature > although we don't have defined their replacement. > &

Re: 中国的Mesos爱好者们,关于今年在杭州的MesosCon大会

2016-09-19 Thread Yan Xu
Would surveymonkey.com be more accessible? On Monday, September 19, 2016, Yan Yan YY Hu wrote: > We need proxy to access Google in China mainland. But I guess this won't > be a problem for us since there are many tools can help to cross the > GreatFireWall :) > > Best

Re: Question about the deprecated policy after 1.0

2016-09-14 Thread Yan Xu
we need to rush to decide that it has to be deprecated in 2.0. What if the replacement doesn't make it into 2.0? Feel free to provide your feedback here or on https://reviews.apache.org/r/51803 where more context may help clarify things. > On Sep 6, 2016, at 12:05 PM, Yan Xu <xuj...@

Re: Question about the deprecated policy after 1.0

2016-09-06 Thread Yan Xu
ions we can have a live document that lists the deprecated features *by version*. Currently the CHANGELOG file only lists deprecation in the next release so there's not a place to put the deprecations for 2.0 when we are only at 1.1.0 (WIP). Thoughts? Jiang Yan Xu  On Tue, Sep 6, 2016 at

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

2016-08-15 Thread Yan Xu
+1 (binding) Ran make check on macOS 10.11.5 and clang-703.0.31. Additionally, although not rigorous enough as a proof, we deployed a version of head (> 1.0) that includes fixes in this release and it's working fine (checked that webUI redirect worked and our test workloads ran). Yan > On Aug

Re: [VOTE] Release Apache Mesos 1.0.0 (rc4)

2016-07-26 Thread Yan Xu
it in >>> tonight without doing the typical 72 hour voting period. >>> >>> >>> I'm personally leaning towards 1) given the timing and the nature of the >>> bug. What do others think? PMC? >>> >>> On Tue, Jul 26, 2016 at 4:08 PM, Yan Xu &l

Re: [VOTE] Release Apache Mesos 1.0.0 (rc4)

2016-07-26 Thread Yan Xu
short term fix shouldn't be more than a few lines to unblock the release. > On Jul 26, 2016, at 3:26 PM, Jie Yu <yujie@gmail.com> wrote: > > Yan, are you going to shepherd the fix for this one? If yes, when do you > think it can be done? > > - Jie > > On Tue,

Re: [VOTE] Release Apache Mesos 1.0.0 (rc4)

2016-07-26 Thread Yan Xu
-1 We tested it in our testing environment but webUI redirect didn't work. We filed: https://issues.apache.org/jira/browse/MESOS-5911 Given that webUI is the portal for Mesos clusters I feel that we should at least have a basic fix (more

Re: getting added to contributors

2016-07-12 Thread Yan Xu
I don't think it's a requirement but I agree that let's also make it explicit (Vinod already made it clear in the initial announcement but we could also be explicit when asking individual contributors whether they'd like to be added) so it's not perceived as one. --- Jiang Yan Xu <y...@jxu

Re: Persistent volume ownership issue

2016-06-21 Thread Yan Xu
+1 if no one is relying on the old behavior. Jiang Yan Xu  On Mon, Jun 20, 2016 at 11:25 PM, Jie Yu <yujie@gmail.com> wrote: > Hi folks, > > Currently, the ownership of the persistent volumes are set to be the same > as the sandbox. In the implementation,

Re: New external dependency

2016-06-20 Thread Yan Xu
It's not immediately clear form the ticket why the change from optional dependency to required dependency though? Could you summarize? On Sun, Jun 19, 2016 at 12:33 PM, Kevin Klues wrote: > Thanks Zhitao, > > I just pushed out a review for upgrades.md and added you as a

Re: Slack as the canonical chat channel

2016-06-17 Thread Yan Xu
+1 Slack. On Friday, June 17, 2016, José Guilherme Vanz wrote: > +1 Slack > > On Fri, 17 Jun 2016 at 17:05 Joris Van Remoortere > wrote: > > > +1 Slack > > > > — > > *Joris Van Remoortere* > > Mesosphere > > > > On Fri, Jun 17, 2016 at 10:04 PM,

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

2016-06-08 Thread Yan Xu
What do you think about this Vinod? I think we can remove this major version checking altogether. Backwards-incompatible changes would warrant a major version bump but not vise versa. Plus it's more standard to express and check dependency versions outside of the code but through package

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

2016-06-08 Thread Yan Xu
h would be even better :) > > I'm cancelling the vote for 1.0-RC1 now. We'll cut RC2 after we fix this > and any other issues that cropped up so far. > > > On Tue, Jun 7, 2016 at 6:13 PM, Yan Xu <xuj...@apple.com> wrote: > >> What do you think about this Vinod? >>

Fwd: [VOTE] Release Apache Mesos 1.0.0 (rc1)

2016-06-07 Thread Yan Xu
What do you think about this Vinod? I think we can remove this major version checking altogether. Backwards-incompatible changes would warrant a major version bump but not vise versa. Plus it's more standard to express and check dependency versions outside of the code but through package

Re: Hoping to join Mesos "contributors"

2016-05-24 Thread Yan Xu
What's your Apache JIRA <https://issues.apache.org/jira/browse/MESOS> username? --- Jiang Yan Xu <y...@jxu.me> | @xujyan <https://twitter.com/xujyan> On Tue, May 24, 2016 at 12:28 AM, He, Tong <tong...@hpe.com> wrote: > Dear committers, > > I hope to join in t

Re: [proposal] MESOS-4610: MasterContender/MasterDetector should be loadable as modules

2016-03-28 Thread Yan Xu
My apologies that due to some email filter issues I only see this right now. Thanks Kapil for stepping in (and I am probably unable to shepherd this right now)! On Fri, Mar 25, 2016 at 12:58 PM, Anurag Singh < anurag.prakash.si...@gmail.com> wrote: > Hello Kapil, > > I just wanted to know if

Re: Proposal: moving Mesos website to project codebase

2015-10-09 Thread Yan Xu
+1 for making it easier for contributors to understand the website code and collaboratively maintain it! -- Jiang Yan Xu <y...@jxu.me> @xujyan <http://twitter.com/xujyan> On Fri, Oct 9, 2015 at 5:21 PM, Paul Brett <pbr...@twitter.com.invalid> wrote: > +1 > > On

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

2015-09-04 Thread Yan Xu
+1 (binding) Tested on our CI. -- Jiang Yan Xu <y...@jxu.me> @xujyan <http://twitter.com/xujyan> On Fri, Sep 4, 2015 at 12:11 PM, Bernd Mathiske <be...@mesosphere.io> wrote: > +1 [binding] > > MacOS X (make check) > CentOS 7 (make distcheck) > Ubuntu 14.4 (mak

Re: Request to adding me to contributors list

2015-08-07 Thread Yan Xu
Done. Welcome! -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Thu, Aug 6, 2015 at 11:41 PM, Jian BJ Qiu qiuj...@cn.ibm.com wrote: Hi, Can anyone add me to the contributors list? My JIRA account name is : qiujian Regards Qiu Jian

Re: Regarding old frameworks in Mesos repository

2015-07-07 Thread Yan Xu
just like they can fork github.com/apache/mesos but I don't think it's our intention to block that right? -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Wed, Jun 24, 2015 at 3:48 PM, Marco Massenzio ma...@mesosphere.io wrote: +1 for deleting obsolete / unmaintained code

Re: Regarding old frameworks in Mesos repository

2015-06-23 Thread Yan Xu
projects under github.com/mesos. Our website will be updated with the links to them either deleted or replaced by similar external projects. -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Fri, Apr 10, 2015 at 2:39 AM, Alexander Rojas alexan...@mesosphere.io wrote: +1

Review Request 33090: Removed unmaintained frameworks code.

2015-04-21 Thread Jiang Yan Xu
/torque/torquesched.py c22ef9180c3aaf447c0288ee4948d0c8067791b7 frameworks/torque/torquesched.sh a40c7eafd71a11c8f974aa49a612fa81d0016102 Diff: https://reviews.apache.org/r/33090/diff/ Testing --- make check Thanks, Jiang Yan Xu

Re: Regarding old frameworks in Mesos repository

2015-04-07 Thread Yan Xu
/mesos-cli is more feature complete already. -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Mon, Apr 6, 2015 at 2:46 PM, Benjamin Mahler benjamin.mah...@gmail.com wrote: +1 on removing deploy_jar, haproxy+apache, torque. For mesos-submit, it seems that this should instead

Regarding old frameworks in Mesos repository

2015-04-06 Thread Yan Xu
like to contribute, the ideal place to host them is in their own repos. e.g., https://github.com/mesos/hadoop Any comments? -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan

Re: Splitting reviews and build emails into their own mailing lists

2015-03-28 Thread Yan Xu
+1 -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Fri, Mar 27, 2015 at 12:19 PM, Vinod Kone vinodk...@apache.org wrote: Hi, What do you guys think about moving the review and build (CI) emails to their own mailing lists (reviews@ and builds@). Quite a few people that I

Re: Request to be added as mesos contributor

2015-02-08 Thread Yan Xu
Added you as an contributor on MESOS JIRA. Welcome! -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Sun, Feb 8, 2015 at 3:30 AM, Palak Choudhary palakchoudhar...@gmail.com wrote: Hey, I have been following mesos development for quite some time and would like to contribute

Re: Review Request 30511: Moved framework related rate limiters into Master::Frameworks.

2015-02-03 Thread Jiang Yan Xu
/ --- (Updated Feb. 2, 2015, 10:39 a.m.) Review request for mesos, Ben Mahler and Jiang Yan Xu. Bugs: MESOS-1148 https://issues.apache.org/jira/browse/MESOS-1148 Repository: mesos Description --- In the subsequent review

Re: Review Request 30511: Moved framework related rate limiters into Master::Frameworks.

2015-02-02 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30511/#review70601 --- Ship it! Ship It! - Jiang Yan Xu On Feb. 2, 2015, 10:39 a.m

Re: Review Request 27832: Fixed MasterAuthorizationTest.DuplicateReregistration test.

2014-11-10 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27832/#review60709 --- Ship it! Ship It! - Jiang Yan Xu On Nov. 10, 2014, 2:48 p.m

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2508

2014-10-30 Thread Yan Xu
https://issues.apache.org/jira/browse/MESOS-2017 -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Wed, Oct 29, 2014 at 10:56 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2502

2014-10-29 Thread Yan Xu
https://issues.apache.org/jira/browse/MESOS-2007 -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Tue, Oct 28, 2014 at 4:49 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #2221

2014-10-28 Thread Yan Xu
MasterTest.RecoverResources is flaky: https://issues.apache.org/jira/browse/MESOS-2003 -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Mon, Oct 27, 2014 at 7:41 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/Mesos-Trunk-Ubuntu

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2498

2014-10-28 Thread Yan Xu
offers to framework 20141028-023846-3142697795-33379-8981- (default) at scheduler-5f51928e-4576-41a0-ac20-b629e535af9c@67.195.81.187:33379 Master sent the offer after the 10sec deadline. -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Mon, Oct 27, 2014 at 7:41 PM, Apache Jenkins

Re: Review Request 26571: Fixed ZooKeeper 3.4.5 OSX Yosemite build.

2014-10-16 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26571/#review56957 --- Ship it! Thanks Till! - Jiang Yan Xu On Oct. 16, 2014, 3:13 a.m

Re: Review Request 25663: MESOS-1392: MasterDetector now returns a None when it cannot read the content of the ZNode it has detected.

2014-09-17 Thread Jiang Yan Xu
58491c01052b68ddaee6af32f33192d5a1f20e58 Diff: https://reviews.apache.org/r/25663/diff/ Testing --- make check. Thanks, Jiang Yan Xu

Re: Review Request 25663: MESOS-1392: MasterDetector now returns a None when it cannot read the content of the ZNode it has detected.

2014-09-17 Thread Jiang Yan Xu
, 2014, 11:12 a.m., Jiang Yan Xu wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25663/ --- (Updated Sept. 17, 2014, 11:12 a.m

Re: Review Request 25663: MESOS-1392: MasterDetector now returns a None when it cannot read the content of the ZNode it has detected.

2014-09-17 Thread Jiang Yan Xu
--- make check. Thanks, Jiang Yan Xu

Review Request 25663: MESOS-1392: MasterDetector now returns a None when it cannot read the content of the ZNode it has detected.

2014-09-15 Thread Jiang Yan Xu
://issues.apache.org/jira/browse/MESOS-1392 Repository: mesos-git Description --- See summary. Diffs - src/master/detector.cpp 6436b8ee7e1ab6451a6b999a1cfbb2f79190e6ca Diff: https://reviews.apache.org/r/25663/diff/ Testing --- make check. Thanks, Jiang Yan Xu

Re: Review Request 25588: Fixed flaky MasterTest.LaunchDuplicateOfferTest.

2014-09-12 Thread Jiang Yan Xu
, 2014, 10:46 a.m.) Review request for mesos and Jiang Yan Xu. Bugs: mesos-1783 https://issues.apache.org/jira/browse/mesos-1783 Repository: mesos-git Description --- A couple of races could occur in the launch tasks on multiple offers tests where recovered

Re: Review Request 25487: Increased session timeouts for ZooKeeper related tests.

2014-09-10 Thread Jiang Yan Xu
) - src/tests/master_contender_detector_tests.cpp 9ac59aa446a132e734238e0e55801117c4ef31b4 src/tests/zookeeper.cpp e45f956e1486e952a4efeb123e15568518fb53fe Diff: https://reviews.apache.org/r/25487/diff/ Testing --- make check. Thanks, Jiang Yan Xu

Review Request 25511: Pulled the log line in ZooKeeperTestServer::shutdownNetwork() to above the shutdown call.

2014-09-10 Thread Jiang Yan Xu
/zookeeper_test_server.cpp a8c9b1cd8a546abdeb4d89a8fe9ebc3b3d577665 Diff: https://reviews.apache.org/r/25511/diff/ Testing --- make check. Thanks, Jiang Yan Xu

Re: Review Request 25516: Fixed authorization tests to properly deal with registration retries.

2014-09-10 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25516/#review52960 --- Ship it! Ship It! - Jiang Yan Xu On Sept. 10, 2014, 12:55 p.m

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2358

2014-09-09 Thread Yan Xu
this is https://issues.apache.org/jira/browse/MESOS-1766 -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Fri, Sep 5, 2014 at 8:53 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java

Review Request 25487: Increased session timeouts for ZooKeeper related tests.

2014-09-09 Thread Jiang Yan Xu
src/tests/zookeeper.cpp e45f956e1486e952a4efeb123e15568518fb53fe Diff: https://reviews.apache.org/r/25487/diff/ Testing --- make check. Thanks, Jiang Yan Xu

Re: Review Request 25302: Count pending tasks as staging in the slave.

2014-09-03 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25302/#review52204 --- Ship it! Ship It! - Jiang Yan Xu On Sept. 3, 2014, 10:21 a.m

Re: Review Request 25303: Fixed a bug in the staging tasks metric.

2014-09-03 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25303/#review52206 --- Ship it! Ship It! - Jiang Yan Xu On Sept. 3, 2014, 10:21 a.m

Re: Review Request 25304: Removed an unnecessarily introduced Option.

2014-09-03 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25304/#review52209 --- Ship it! Ship It! - Jiang Yan Xu On Sept. 3, 2014, 10:21 a.m

Review Request 25195: Fixed MasterZooKeeperTest.LostZooKeeperCluster

2014-08-29 Thread Jiang Yan Xu
MasterZooKeeperTest.LostZooKeeperCluster 1000 for iterations. Thanks, Jiang Yan Xu

Re: Review Request 24667: Added a user doc for framework rate limiting.

2014-08-14 Thread Jiang Yan Xu
. - Jiang Yan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24667/#review50526 --- On Aug. 14, 2014, 3:16 p.m., Jiang Yan Xu wrote

Re: Review Request 24667: Added a user doc for framework rate limiting.

2014-08-14 Thread Jiang Yan Xu
://gist.github.com/xujyan/d2bdd2052fac489fb1a9 Thanks, Jiang Yan Xu

Review Request 24667: Added a user doc for framework rate limiting.

2014-08-13 Thread Jiang Yan Xu
Thanks, Jiang Yan Xu

Re: Review Request 24582: Removed unused test file 'process_spawn.cpp'.

2014-08-11 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24582/#review50265 --- Ship it! Ship It! - Jiang Yan Xu On Aug. 11, 2014, 4:32 p.m

Re: Review Request 24583: Added a missing test target in Makefile.am.

2014-08-11 Thread Jiang Yan Xu
? - Jiang Yan Xu On Aug. 11, 2014, 4:32 p.m., Ben Mahler wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24583/ --- (Updated

Re: Review Request 24343: Improved framework rate limiting by imposing the max number of outstanding messages per framework principal.

2014-08-07 Thread Jiang Yan Xu
: https://reviews.apache.org/r/24343/diff/ Testing --- make check ./bin/mesos-tests.sh --verbose --gtest_filter=*RateLimit* --gtest_repeat=1000 Thanks, Jiang Yan Xu

Re: Build failed in Jenkins: Mesos-Ubuntu-distcheck #256

2014-08-07 Thread Yan Xu
This is fixed now: https://github.com/apache/mesos/commit/8c4f45d67be22cfe252ad6ed27a79ad4a1f972c6 -- Jiang Yan Xu y...@jxu.me @xujyan http://twitter.com/xujyan On Thu, Aug 7, 2014 at 3:42 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/Mesos

Re: Review Request 23700: Added 'timed_tests.sh' script to help investigate the cause of hanging tests.

2014-08-07 Thread Jiang Yan Xu
-CREATION Diff: https://reviews.apache.org/r/23700/diff/ Testing --- Tested on Linux with and without Jenkins. Thanks, Jiang Yan Xu

  1   2   3   4   5   6   7   8   >