Pull request [apache/mesos] Question : mesos networking

2016-07-03 Thread mesosprbot
Question : mesos networking By angry-tony I am wondering if Mesos can offer resources from multiple network interfaces? I would like to attach multiple Network Interfaces (public eth0, private eth1) on slave nodes and would like to bind specific applications that I run on mesos's slave nodes

[GitHub] mesos pull request #126: Question : mesos networking

2016-07-03 Thread angry-tony
GitHub user angry-tony opened a pull request: https://github.com/apache/mesos/pull/126 Question : mesos networking I am wondering if Mesos can offer resources from multiple network interfaces? I would like to attach multiple Network Interfaces (public eth0, private eth1) on

Re: Overloading and function names

2016-07-03 Thread Michael Park
Neil, thanks for bringing this up! Agree with you in principle and sentiment. I gave it some thought myself since BenM mentioned providing concrete suggestions. Ben, I think Neil brought up `removeSlave` as an example that he's not ok with. (Neil, correct me if I'm wrong) As far as I understand

Re: Overloading and function names

2016-07-03 Thread Benjamin Mahler
To clarify, are you ok with the removeSlave example? It seems to fit your criteria. Usually with this kind of email we need concrete suggestions for improvement. First though I wanted to improve some issues around naming and the descriptions you've used in the update example to avoid conflating

Re: [Action Required] Stale Reviews

2016-07-03 Thread Alex Rukletsov
Joris, could we punt on this until after 1.0? Right now people focus on polishing things for the release and I would like to avoid any distractions. On Wed, Jun 29, 2016 at 8:25 PM, Joris Van Remoortere wrote: > Your suggestion generally encompasses the spirit of what we will

Re: Overloading and function names

2016-07-03 Thread Alex Rukletsov
Very good suggestion, Neil. Let's make sure we mention in out styleguide. On Fri, Jul 1, 2016 at 7:44 PM, Neil Conway wrote: > Consider the following function signatures from master.cpp: > > Nothing Master::removeSlave(const Registry::Slave& slave); > > void