Yeah

2016-11-18 Thread Michael Browning

Re: docker, systemd, and cfs_quota

2016-04-16 Thread Michael Browning
; The associated docker parameters are `cpu-period` and `cpu-quota`. > > On Sat, Apr 16, 2016 at 6:00 AM, Michael Browning <invitapri...@gmail.com> > wrote: > > > Hi all, > > > > We've run into an interesting issue with Docker and systemd that's > > hamperin

docker, systemd, and cfs_quota

2016-04-15 Thread Michael Browning
Hi all, We've run into an interesting issue with Docker and systemd that's hampering our attempts to use cfs_quota for CPU isolation with Docker containers. The issue is that Docker doesn't tell systemd when it changes cpu.cfs_quota_us, so when our Puppet run triggers a `systemctl daemon-reload`

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

2016-03-19 Thread Michael Browning
I agree with Kevin -- tags are immutable, so they're naturally suited for labeling releases, which ought to be immutable too. On Fri, Mar 18, 2016 at 4:59 PM, Kevin Klues wrote: > I respectfully disagree. > > The whole purpose of tags is to mark permanent things like releases,

Re: shepherd for MESOS-4735, and proposal

2016-03-19 Thread Michael Browning
r > can pass arbitary file blobs to the task directly without resorting to a > custom executor. (https://issues.apache.org/jira/browse/MESOS-4524) > > On Tue, Mar 15, 2016 at 8:18 AM, Michael Browning <invitapri...@gmail.com> > wrote: > >> Hi all, >> >

shepherd for MESOS-4735, and proposal

2016-03-14 Thread Michael Browning
Hi all, Looking for a shepherd for this task: https://issues.apache.org/jira/browse/MESOS-4735 As Zhitao mentioned in the ticket, the frequently-encountered inability to extract archives from webhdfs-fetched files due to the inclusion of things like query params in the resulting filename is

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

2016-03-01 Thread Michael Browning
+1 (non-binding) Fedora 23: `make check` non-root OK OS X: `make check` non-root OK Ubuntu 14.04: `make check` non-root, three failures: ContainerLoggerTest.DefaultToSandbox [flaky, tracked in MESOS-4615] MasterQuotaTest.AvailableResourcesAfterRescinding [flaky, tracked in MESOS-4542]

Re: On implicit construction of objects whose constructor takes multiple parameters

2016-03-01 Thread Michael Browning
I've seen braced initialization in a lot of contexts where the class of the object being initialized doesn't define an initializer_list constructor, so in that sense I think it's an idiomatic usage, and it has the advantage of disallowing narrowing implicit conversions like double to int. On the

Experimentation harnesses?

2016-02-22 Thread Michael Browning
Hi all, I was curious if anyone with an active Mesos deployment knows of, has used, or has developed a harness for integration and exploratory testing against your installations. The sort of capabilities I'm after include: - Sufficient flexibility to allow the launch of multiple frameworks in

Shepherd for MESOS-3486

2016-02-11 Thread Michael Browning
Hello, I've picked a small issue off of the newbie issues stack to get started with: https://issues.apache.org/jira/browse/MESOS-3486 ...and I've commented on the issue with a proposed solution, and am now looking for a shepherd on this one. Thank you, Michael

Shepherd for first-time contributor

2016-02-10 Thread Michael Browning
Hello, I've picked a small issue off of the newbie issues stack to get started with: https://issues.apache.org/jira/browse/MESOS-3486 ...and I've commented on the issue with a proposed solution, and am now looking for a shepherd on this one. Thank you, Michael

Contributor request

2016-02-03 Thread Michael Browning
Hello, I'd like to be added as a Mesos contributor in JIRA, username "mrbrowning". Thank you, Michael