Re: jobs are stuck in agents and staying in stagged state

2016-09-01 Thread Erik Weathers
You need to ensure there is no overlap between these 3 things: 1. Static ports for mesos agent/master, e.g. 5050, 5051 by default. 2. Linux ephemeral port range (32768-61000 by default). 3. Mesos view of ports as resources (31000-32000 by default). The behavior initially described here sounds to

Re: New external dependency

2016-06-20 Thread Erik Weathers
@Kevin: FYI, it's best practice to use a commit SHA in GitHub links so that future readers are seeing the content you intended. i.e., instead of: - https://github.com/NVIDIA/nvidia-docker/blob/master/tools/src/nvidia/volumes.go#L109 It's best to do: -

Re: Mesos admin REST API

2016-05-18 Thread Erik Weathers
Maybe I'm misunderstanding the question, but I've used this mechanism to kill tasks via the scheduler REST API, so from my perspective that *does* exist already: https://mesos.apache.org/documentation/latest/scheduler-http-api/ We don't do any authentication stuff in our Mesos system though. -

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

Re: Port management on the host

2016-03-09 Thread Erik Weathers
On Wed, Mar 9, 2016 at 4:16 PM, Ashwin Murthy wrote: > Is mesos aware of ports on the host that are in use vs free? Not directly. Mesos only knows about a port being used if it is part of an accepted resource Offer from a host. i.e., if a Framework uses one of the

Re: Reorganize 3rdparty directory

2016-02-16 Thread Erik Weathers
If we go to git submodules, please ensure there are good docs around how to update cloned repos. e.g., From ansible: https://docs.ansible.com/ansible/intro_installation.html Note when updating ansible, be sure to not only update the source tree, but also the “submodules” in git which point at

Re: are mesos package version names predictable?

2016-02-04 Thread Erik Weathers
future. > > hth, > Till > > > > On Feb 3, 2016, at 2:23 AM, Erik Weathers <eweath...@groupon.com.INVALID> > wrote: > > > > I've noticed that in the published mesos packages [1] & docker images [2] > > that the version name isn't simply: > > &

Re: are mesos package version names predictable?

2016-02-04 Thread Erik Weathers
dy. You would have to touch that mapping with > each new release :( > > … but hope is in sight, for future releases at least… will keep you > updated. > > > On Feb 4, 2016, at 11:07 PM, Erik Weathers <eweath...@groupon.com.INVALID> > wrote: > > > > hey Till, thanks

Contributor request

2016-02-03 Thread Erik Weathers
Please add me as a contributor in the Mesos JIRA project. Apache JIRA username: erikdw Thanks! - Erik

Re: are mesos package version names predictable?

2016-02-03 Thread Erik Weathers
wrote: > it belong to mesosphere concerns, not apache community's scope. > > 2016-02-03 9:23 GMT+08:00 Erik Weathers <eweath...@groupon.com.invalid>: > > > I've noticed that in the published mesos packages [1] & docker images [2] > > that the version name

Re: tasks not being scheduled; cfs_rq for /mesos is missing

2016-01-04 Thread Erik Weathers
> ‘tasks’,’cpu.cfs_quota_us’,’cpu.cfs_period_us' ‘cpu.shares’, ‘cpu.stat’. > > It does look strange that the parent cgroup is missing when child is > present. > > Also, wondering if you are able to see same issue with latest Mesos and/or > kernel? > > -Jojy > > > > On Jan

Re: tasks not being scheduled; cfs_rq for /mesos is missing

2016-01-02 Thread Erik Weathers
m, and I'm simply hoping that whatever logic deleted the "/mesos" run queue is fixed in either a newer kernel or newer mesos version. Thanks! - Erik > > -Jojy > > > > On Dec 30, 2015, at 6:55 PM, Erik Weathers <eweath...@groupon.com.INVALID> > wrote: > >

Re: minor doc fixes - do I need to have a JIRA ticket and a shepherd and a compass and a map of the pacific NW?

2015-10-21 Thread Erik Weathers
ave a talk about this at MesosCon EU. Hopefully the material > will be available soon! > > Thanks for contributing! > Joris > > — > *Joris Van Remoortere* > Mesosphere > > On Tue, Oct 20, 2015 at 11:36 PM, Erik Weathers <eweath...@groupon.com> > wrote: > &

minor doc fixes - do I need to have a JIRA ticket and a shepherd and a compass and a map of the pacific NW?

2015-10-20 Thread Erik Weathers
i.e., the process for making contributions to the Mesos code base is, uh, how shall I say it... *involved*. - https://mesos.apache.org/documentation/latest/submitting-a-patch/ Hoping I don't have to jump through all the hoops to make some minor doc fixes. Appreciate if anyone can tell me how

Re: building mesos with libmesos.so RPATH customized

2015-07-13 Thread Erik Weathers
Ah, yes, and that does the autoreconf. Thanks. - Erik On Sunday, July 12, 2015, haosdent haosd...@gmail.com wrote: Yes, need execute ``` $ ./bootstrap ``` before configuration. On Mon, Jul 13, 2015 at 2:49 AM, Erik Weathers eweath...@groupon.com javascript:; wrote: Had to add

Re: building mesos with libmesos.so RPATH customized

2015-07-12 Thread Erik Weathers
/usr/local/lib ``` On Sun, Jul 12, 2015 at 12:06 PM, Erik Weathers eweath...@groupon.com wrote: hi mesos dev people, I'm hoping to enlist some help in building mesos such that the libmesos.so has its RPATH set as our environment expects. Specifically, in our

Re: building mesos with libmesos.so RPATH customized

2015-07-12 Thread Erik Weathers
...@gmail.com wrote: Does any exists environment variables affect your build? On Sun, Jul 12, 2015 at 2:16 PM, Erik Weathers eweath...@groupon.com wrote: Thanks for the response Hao. Unfortunately that didn't work for me, the default /usr/lib64 is inserted anyways. I'm building on CentOS

Re: building mesos with libmesos.so RPATH customized

2015-07-12 Thread Erik Weathers
FYI, here's how I'm doing the build: https://gist.github.com/erikdw/67db1eac4fb1ede8 I included the RPM list on the VM. - Erik On Sat, Jul 11, 2015 at 11:35 PM, Erik Weathers eweath...@groupon.com wrote: Thanks for bearing with me Haosong. No environment variable mucking with it that I

Re: building mesos with libmesos.so RPATH customized

2015-07-12 Thread Erik Weathers
, Erik. I use 0.22.1 to build libmesos.so, could reproduce your problem. But use master branch, could not reproduce. On Sun, Jul 12, 2015 at 3:09 PM, Erik Weathers eweath...@groupon.com javascript:; wrote: FYI, here's how I'm doing the build: https://gist.github.com/erikdw

Re: building mesos with libmesos.so RPATH customized

2015-07-12 Thread Erik Weathers
13, 2015 at 12:41 AM, Erik Weathers eweath...@groupon.com wrote: Whoa!! Great find Haosong! Makes sense that it would be the source tarball since our environments are seemingly the same. I'll try this out this morning and let you know if I succeed. Thanks so much for your helping

building mesos with libmesos.so RPATH customized

2015-07-11 Thread Erik Weathers
hi mesos dev people, I'm hoping to enlist some help in building mesos such that the libmesos.so has its RPATH set as our environment expects. Specifically, in our environment we install our own custom-built libraries under /usr/local/lib, so I want the RPATH in the libmesos.so ELF to look like

Re: Regarding old frameworks in Mesos repository

2015-06-23 Thread Erik Weathers
Please maintain the git history for the files when you move them. They should not all appear to have been born into the new repos... - Erik On Tuesday, June 23, 2015, Yan Xu y...@jxu.me wrote: So I'd like to resurface this topic. The last attempt https://reviews.apache.org/r/33090/ to remove

Re: Problems With EC2 Script

2015-05-08 Thread Erik Weathers
Can you please clarify what this the script thing is that you're referring to? :-) - Erik On Thu, May 7, 2015 at 8:12 PM, Colin Williams lack...@gmail.com wrote: I've been trying to set up a mesos cluster on AWS, and I've run into a number of problems with the script: - When the script

Re: Review Request 33257: Fixed recover tasks only by the intiated containerizer.

2015-04-16 Thread Erik Weathers
there is precedent for doing so within this file. - Erik Weathers On April 16, 2015, 7:10 a.m., Timothy Chen wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33257