Re: Google Borg paper

2015-04-17 Thread Marco Massenzio
"At Google there are always to do everything: the deprecated one and the one that's not quite ready yet" I'm sure Borg is alive and well (but deprecated) and Omega has been deployed (but ain't quite ready yet) They were already working on it in 2010, I'm sure they're still at it. Will confirm so

Re: Writing outside the sandbox

2015-05-09 Thread Marco Massenzio
issue. *Marco Massenzio* *Distributed Systems Engineer* On Sat, May 9, 2015 at 5:10 AM, John Omernik wrote: > Here is the testing I am doing. I used a simple script (run.sh) It writes > the user it is running as to stderr (so it's the same log as the errors > from file writing

Re: Writing outside the sandbox

2015-05-11 Thread Marco Massenzio
if one does `su darkness` (instead of `su - darkness`) from the shell, at any rate. *Marco Massenzio* *Distributed Systems Engineer* On Mon, May 11, 2015 at 6:54 AM, John Omernik wrote: > Paul: I checked in multiple places and I don't see rootsquash being used. > I am using the Map

Re: Cisco is Powered By Mesos

2015-05-12 Thread Marco Massenzio
Thanks, Keith, for sharing this! That's pretty cool stuff, I guess we'll have to check Shipped out ;) Thanks for using Mesos! *Marco Massenzio* *Distributed Systems Engineer* On Tue, May 12, 2015 at 1:38 PM, Keith Chambers (kechambe) < kecha...@cisco.com> wrote: > Hello A

Re: Introducing BDS: A datacenter scripting language

2015-05-15 Thread Marco Massenzio
That's awesome, Pablo - will definitely be fooling around with it! Thanks for using Mesos, BTW - always good to see folks building cool stuff on top of it :) *Marco Massenzio* *Distributed Systems Engineer* On Thu, May 14, 2015 at 6:45 PM, Pablo Cingolani < pablo.e.cingol...@gmail.co

Re: mesosphere.io broken?

2015-06-17 Thread Marco Massenzio
eally itching to get the templates in a state where they can be used by other folks! *Marco Massenzio* *Distributed Systems Engineer* On Wed, Jun 17, 2015 at 4:30 AM, Alex Rukletsov wrote: > For downloads, use https://mesosphere.com/downloads/ > Elastic Mesos has been decommissi

Re: Minor Documentation Correction

2015-06-24 Thread Marco Massenzio
See https://reviews.apache.org/r/35848/ thanks for spotting it! *Marco Massenzio* *Distributed Systems Engineer* On Tue, Jun 23, 2015 at 11:09 PM, mufy wrote: > It seemed to work with *-j 4*. Thanks. > > > --- > Mufeed Usman > My LinkedIn <http://www.linkedin.com/pub/mu

Re: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-06-24 Thread Marco Massenzio
/35815/ *Marco Massenzio* *Distributed Systems Engineer*

Re: step-step guide for New-to-Mesos

2015-07-01 Thread Marco Massenzio
from working): that is meant to be a "read-only" file (well, unless one is doing development on Mesos itself). We have made RENDLER publicly available as an example framework: https://github.com/mesosphere/RENDLER HTH *Marco Massenzio* *Distributed Systems Engineer* On Wed, Jul 1, 20

Re: mesos cluster can't fit federation cluster

2015-07-01 Thread Marco Massenzio
om the Slaves would give you better availability and/or reliability and/or security? It would be great to understand the use-case, so we could see what could be added (if anything) to Mesos going forward. *Marco Massenzio* *Distributed Systems Engineer* On Wed, Jul 1, 2015 at 9:15 AM, tommy xiao wrote:

Re: mesos cluster can't fit federation cluster

2015-07-02 Thread Marco Massenzio
problem too, but I'm guessing they may not be able to share much either? > 2015-07-02 1:38 GMT+08:00 Marco Massenzio : > >> Hi Tommy, >> >> not sure what your use-case is, but you are correct, the master/slave >> nodes need to have bi-directional connectivity. &

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

2015-07-03 Thread Marco Massenzio
+1 *Marco Massenzio* *Distributed Systems Engineer* On Fri, Jul 3, 2015 at 12:25 PM, Adam Bordelon wrote: > Hello Mesos community, > > Please vote on releasing the following candidate as Apache Mesos 0.23.0. > > 0.23.0 include

Re: Java detector for mess masters and leader

2015-07-07 Thread Marco Massenzio
ssing you know all this, but feel free to ping me if you need more info). Hope this helps. *Marco Massenzio* *Distributed Systems Engineer* On Tue, Jul 7, 2015 at 6:02 AM, Donald Laidlaw wrote: > Has anyone ever developed Java code to detect the mesos masters and > leader, given a zookeepe

Re: Multi-mastersD

2015-07-07 Thread Marco Massenzio
hat would be passed on to the Frameworks along with the resource offers: the frameworks could then decide whether to accept the offer and launch tasks based on whatever logic you want to implement. You could use something like "--attributes="cluster:01z99; os:ubuntu-14-04; jdk:8" or

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

2015-07-07 Thread Marco Massenzio
gt;> wrote: >>>>>>> >>>>>>> -1 >>>>>>> >>>>>>> Compilation error on Mac OS 10.10.4 with clang 3.5, which is >>>>>>> supported according to release notes. >>>>>>> More details: https://issue

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

2015-07-09 Thread Marco Massenzio
ke maybe you have an active virtualenv and/or some non-standard python install settings? As Adam said, if this continues to happen, please file a Jira and assign to me, I'll see if I can replicate. Thanks for this! *Marco Massenzio* *Distributed Systems Engineer* On Thu, Jul 9, 2015 at 1:35

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

2015-07-09 Thread Marco Massenzio
in parallel and speeds up) distinct from a 'run tests' step (which must run sequentially). *Marco Massenzio* *Distributed Systems Engineer* On Thu, Jul 9, 2015 at 2:28 PM, Vinod Kone wrote: > As a tangent, you can speed up the build by doing "make -j<#threads> > check&

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

2015-07-09 Thread Marco Massenzio
fore the import *may* shed some light (or add to the confusion). IMO we should require Python == 2.7 (no idea if we can support Python 3, my guess is we can't, because of this <https://github.com/google/protobuf/issues/9>), but that's probably another story. *Marco Massenzio* *Distri

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

2015-07-16 Thread Marco Massenzio
Just to add my +1 Built & Make check on Ubuntu 14.04 With & Without SSL / libevent (no 'sudo' - can test all 4 variants this evening on rc4) — Sent from Mailbox On Thu, Jul 16, 2015 at 3:10 PM, Timothy Chen wrote: > As Adam mention I also think this is not a blocker, as it only affects

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

2015-07-16 Thread Marco Massenzio
Adam - thanks. Please let me know soon as you push an rc4, if I'm still home, I can test it against Ubuntu 14.04 with/without SSL, with/without sudo (or I can always VPN in :) Very minor doc update: https://reviews.apache.org/r/36532/ (feel free to ignore). Thanks, everyone! *Marco Mass

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

2015-07-17 Thread Marco Massenzio
Test.ROOT_Events [ FAILED ] PerfTest.ROOT_SamplePid 10 FAILED TESTS YOU HAVE 12 DISABLED TESTS *Marco Massenzio* *Distributed Systems Engineer* On Fri, Jul 17, 2015 at 6:49 PM, Vinod Kone wrote: > +1 (binding) > > Successfully built RPMs for CentOS5 and CentOS6 with network isolator. &g

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

2015-07-17 Thread Marco Massenzio
plePid 36 FAILED TESTS YOU HAVE 12 DISABLED TESTS *Marco Massenzio* *Distributed Systems Engineer* On Fri, Jul 17, 2015 at 7:26 PM, Marco Massenzio wrote: > Ubuntu 14.04 > > Not sure if I'm doing something wrong, `sudo make distcheck` fails - > re-running after a `make clean`

Re: "Cluster of Workstations" type design for a Mesos cluster

2015-07-21 Thread Marco Massenzio
- then again, you may just install the smallest footprint OS (CoreOS springs to mind) and maximize resources for tasks. Keep us posted on how you progress, I may eventually go down the same path :) *Marco Massenzio* *Distributed Systems Engineer* On Tue, Jul 21, 2015 at 6:44 AM, Gaston, Dan w

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

2015-07-21 Thread Marco Massenzio
but it has several failures and it complains about already existing cgroups hierarchies; so I'm assuming the earlier test run left the system in an unclean state. *Marco Massenzio* *Distributed Systems Engineer* On Tue, Jul 21, 2015 at 3:12 PM, Adam Bordelon wrote: > +1 (binding) to Mesos 0.

Re: [RESULT] [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-22 Thread Marco Massenzio
Great news, indeed! Thanks, Adam, for all the hard work in driving this release to fruition, you're a star! *Marco Massenzio* *Distributed Systems Engineer* On Wed, Jul 22, 2015 at 9:29 PM, Adam Bordelon wrote: > Good news, everyone! > > The vote for Mesos 0.23.0 (rc4) has p

Re: How to measure the ZooKeeper Resilience on mesos cluster

2015-08-03 Thread Marco Massenzio
K ensemble (and, consequently, of the Mesos cluster) meet your requirements. Hope this helps. *Marco Massenzio* *Distributed Systems Engineer* On Sun, Aug 2, 2015 at 10:15 AM, tommy xiao wrote: > today i reading ZooKeeper Resilience at Pinterest ( > https://engineering.pinterest.com/blog

Re: Get List of Active Slaves

2015-08-04 Thread Marco Massenzio
, granted, but that's just a hard problem to solve anyway. I'm planning to provide sample code and a blog entry about this soon as I have time, but it won't be before this weekend at the earliest (and more likely the next one). *Marco Massenzio* *Distributed Systems Engineer* On T

Re: Metering for Mesos

2015-08-07 Thread Marco Massenzio
://github.com/nqn/nibbler . Hope this helps. *Marco Massenzio* *Distributed Systems Engineer* On Thu, Aug 6, 2015 at 9:48 PM, Sam Chen wrote: > Haosdent , > Let me bring one example on the table . We are using Mesos and Marathon , > and deployed two tier application (web tier is Tomcat ,

Re: Mesos slave help

2015-08-07 Thread Marco Massenzio
needs the env vars to be configured properly) *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Thu, Aug 6, 2015 at 4:12 AM, Stephen Knight wrote: > Ok, that's working if I run it like this: /usr/sbin/mesos-slave > --master=zk://172

Re: Can't start master properly (stale state issue?); help!

2015-08-13 Thread Marco Massenzio
ot;almost" as this line confuses me: I0813 10:19:46.601297 2612 network.hpp:466] ZooKeeper group PIDs: { log-replica(1)@127.0.1.1:5050, log-replica(1)@71.100.14.9:5050 } (but that's because of my lack of deep understanding of how the log-replicas work) *Marco Massenzio* *Distributed Systems E

Re: Can't start master properly (stale state issue?); help!

2015-08-13 Thread Marco Massenzio
On Thu, Aug 13, 2015 at 11:53 AM, Paul Bell wrote: > Marco & hasodent, > > This is just a quick note to say thank you for your replies. > > No problem, you're welcome. > I will answer you much more fully tomorrow, but for now can only manage a > few quick observations & questions: > > 1. Having

Re: SSL in Mesos 0.23

2015-08-14 Thread Marco Massenzio
FYI - Joris is out this week, he'll be probably able to get back to you early next (modulo MesosCon craziness :) *Marco Massenzio* *Distributed Systems Engineer* On Fri, Aug 14, 2015 at 9:14 AM, Carlos Sanchez wrote: > no suggestions? > > On Tue, Aug 11, 2015 at 6:47 PM, Vin

Re: Can't start master properly (stale state issue?); help!

2015-08-14 Thread Marco Massenzio
with your app, sound like fun and exciting! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Aug 14, 2015 at 5:53 AM, Paul Bell wrote: > All, > > By way of some background: I'm not running a data center (or centers). &

Re: Assertion `data.isNone()' failed

2015-08-18 Thread Marco Massenzio
seems to be unreachable on the slave: is it installed in the PATH of the user under which the slave binary executes? *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Mon, Aug 17, 2015 at 10:46 PM, Ashwanth Kumar wrote: > We've a 20 n

Re: Assertion `data.isNone()' failed

2015-08-18 Thread Marco Massenzio
need the hdfs client to be available on the Slave(s)). If you do use an HTTP URI (http://) then it should work just fine. Hopefully others will be able to chime in with a more informed view. *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* O

Re: Assertion `data.isNone()' failed

2015-08-18 Thread Marco Massenzio
For info, the patch was committed today and made the cut to 0.24-rc1. Thanks to @vinodkone for super-quick turnaround. — Sent from Mailbox On Tue, Aug 18, 2015 at 10:45 AM, Marco Massenzio wrote: > Hi Ashwanth, > I've pushed a fix out for review <https://reviews.apac

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

2015-08-18 Thread Marco Massenzio
+1 (non-binding) All tests (including ROOT) pass on: Ubuntu 14.04 (physical box) All non-ROOT tests pass on: CentOS 7 (VirtualBox VM) Known issue (MESOS-3050) for ROOT tests on CentOS 7, non-blocker. Thanks, *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <h

Re: Talks at MesosCon 2015

2015-08-21 Thread Marco Massenzio
> Great talks today, can't wait to get hands on the new APIs. You can ;) Mesos 0.25-rc1 is out for grabs and testing... will require building from source: not for the faint of heart, but not an insurmountable hurdle either. *Marco Massenzio* *Distributed Systems Engineerhttp://codet

Re: Talks at MesosCon 2015

2015-08-22 Thread Marco Massenzio
On Fri, Aug 21, 2015 at 12:07 AM, Marco Massenzio wrote: > > Great talks today, can't wait to get hands on the new APIs. > > You can ;) > > Mesos 0.25-rc1 is out for grabs and testing... > And, of course, I meant *0.24-rc1* ... this is what happens when one spends

Re: Use "docker start" rather than "docker run"?

2015-08-29 Thread Marco Massenzio
k-mesos/blob/develop/notebooks/HTTP%20API%20Tests.ipynb *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Aug 28, 2015 at 8:44 AM, Paul Bell wrote: > Alex & Tim, > > Thank you both; most helpful. > > Alex, can you dispel my

Re: Mesos-master complains about quorum being a duplicate flag on CoreOS

2015-08-31 Thread Marco Massenzio
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob;f=3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp [1] https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob;f=src/master/flags.hpp *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com&g

Re: Recommended way to discover current master

2015-08-31 Thread Marco Massenzio
[2] https://github.com/mesos/commons/pull/2/files *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Mon, Aug 31, 2015 at 10:25 AM, Philip Weaver wrote: > My framework knows the list of zookeeper hosts and the list of mesos > master hosts. > &g

Re: Mesos-master complains about quorum being a duplicate flag on CoreOS

2015-08-31 Thread Marco Massenzio
Thanks for following up, glad we figured it out. IMO the current behavior (and the error message) are non-intuitive and I've filed a Jira[0] to address that. [0] https://issues.apache.org/jira/browse/MESOS-3340 *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com

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

2015-09-01 Thread Marco Massenzio
Hey guys, just a quick note to bring back the conversation on track to the 0.24-RC1 release. Is my understanding correct that there are currently no binding -1's? @Vinod: what do you think, are we good to release? Thanks! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrip

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

2015-09-01 Thread Marco Massenzio
Cool - I'll ping Joseph on that one. (the -1 from Nik was related to the known ROOT test issues that -if memory serves- we agreed were non-blocking: I'll follow up with him too) *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Tue

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

2015-09-01 Thread Marco Massenzio
Awesome - we'll be running RC2 through our CI env and let you know the outcome soon as we know. Thanks! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Tue, Sep 1, 2015 at 11:42 AM, Vinod Kone wrote: > My only concern is that i

Re: mesos-slave crashing with CHECK_SOME

2015-09-01 Thread Marco Massenzio
l, then all bets are off). Having said all that - if there are areas where we have been over-eager with our CHECKs, we should definitely revisit that and make it more crash-resistant, absolutely. [0] http://research.google.com/pubs/pub43438.html *Marco Massenzio* *Distributed Systems E

Re: Prepping for next release

2015-09-01 Thread Marco Massenzio
ng `mvn package` and replace the JAR? (not terribly familiar with our build process, so no idea if that would work at all). [0] http://www.oracle.com/technetwork/java/eol-135779.html *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Tue, Sep

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

2015-09-02 Thread Marco Massenzio
/jira/issues/?filter=12333150 *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Tue, Sep 1, 2015 at 5:45 PM, Vinod Kone wrote: > Hi all, > > > Please vote on releasing the following candidate as Apache Mesos 0.24.0. > > &g

Re: mesos-slave crashing with CHECK_SOME

2015-09-02 Thread Marco Massenzio
@Steven - agreed! As mentioned, if we can reduce the "footprint of unnecessary CHECKs" (so to speak) I'm all for it - let's document and add Jiras for that, by all means. @Scott - LoL: you certainly didn't; I was more worried my email would ;-) Thanks, guys! *Marco

Re: Basic installation question

2015-09-04 Thread Marco Massenzio
various includes, they will be under /usr/local (you can change that by using something like: ../configure --prefix /path/to/install/dir *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Sep 4, 2015 at 2:10 PM, Stephen Boesch wrote: >

Re: Basic installation question

2015-09-04 Thread Marco Massenzio
n revamping them and making them more accessible. *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Sep 4, 2015 at 2:38 PM, Stephen Boesch wrote: > @Craig . That is an incomplete answer - given that such links are not > presented i

Re: Basic installation question

2015-09-04 Thread Marco Massenzio
argh - sorry! ${MESOS_HOME}/build/bin (I'd mixed the two around) *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Sep 4, 2015 at 2:39 PM, Marco Massenzio wrote: > I think you are looking into the wrong bin/ folder (the one und

Re: Basic installation question

2015-09-05 Thread Marco Massenzio
nd (b) see that under /mesos a number of json.info_nn nodes will appear (whose contents are JSON so you can double check that the contents make sense). You can find more info here[0]. [0] http://codetrips.com/2015/08/16/apache-mesos-leader-master-discovery-using-zookeeper-part-2/ *Marco Ma

Re: Basic installation question

2015-09-05 Thread Marco Massenzio
Thanks for follow-up, Stephen - this will be also useful to others finding this in the archives! Glad it eventually worked for you, I'll drop a line to our guys to update the download page with this information, so it should hopefully be less painful in the future for others. *Marco Mass

Re: Mesos 0.24.0 with spark in docker - error

2015-09-16 Thread Marco Massenzio
_3' not found > (required by /usr/lib/libmesos-0.24.0.so) You are right: it's clearly a missing dependency in libcurl (FWIW, I don't think Mesos supports 12.04). *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Wed, Sep 16, 2

Re: Help interpreting output from running java test-framework example

2015-09-17 Thread Marco Massenzio
nversation easier/faster. Cheers, *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Wed, Sep 9, 2015 at 1:33 PM, Stephen Boesch wrote: > Thanks Vinod. I went back to see the logs and nothing interesting . > However int he process I found tha

Re: Help interpreting output from running java test-framework example

2015-09-18 Thread Marco Massenzio
Thanks, Stephen - feedback much appreciated! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Thu, Sep 17, 2015 at 5:03 PM, Stephen Boesch wrote: > Compared to Yarn Mesos is just faster. Mesos has a smaller startup time > and the d

Re: Official RPMs

2015-09-22 Thread Marco Massenzio
humans getting in the way :) but this may take some time. We're building the 0.24 ones as we speak, so please bear with us while this gets done. Any questions / suggestions, we'd love to hear those too! [0] https://mesosphere.com/downloads/ *Marco Massenzio* *Distributed Systems En

Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread Marco Massenzio
need for non-C++ developers to have to link with libmesos and have to deal with Protocol Buffers. An example of how to access the new format in Python can be found in [0] and we're happy to help with other languages too. Any questions, please just ask. [0] http://github.com/massenz/zk-me

Re: Fwd: [Breaking Change 0.24 & Upgrade path] ZooKeeper MasterInfo change.

2015-09-25 Thread Marco Massenzio
el free to correct me). *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Sep 25, 2015 at 6:24 AM, Alex Rukletsov wrote: > James— > > Marco will correct me if I'm wrong, but my understanding is that this > change does *not*

Re: Official RPMs

2015-09-25 Thread Marco Massenzio
. but we're working on it! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Sep 25, 2015 at 11:33 AM, Zameer Manji wrote: > Could mesosphere donate their tooling for packaging mesos to the project? > This way any project member or

Re: Reservations for multiple different agents

2015-09-28 Thread Marco Massenzio
f automake libtool subversion maven`) *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Mon, Sep 28, 2015 at 1:59 PM, DiGiorgio, Mr. Rinaldo S. < rdigior...@pace.edu> wrote: > > On Sep 21, 2015, at 7:33 PM, Guangya Liu wrote:

Re: mesos-tail in 0.24.1

2015-09-29 Thread Marco Massenzio
to me, please? (marco-mesos) Thanks! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Tue, Sep 29, 2015 at 6:28 AM, Rad Gruchalski wrote: > Thank you, that’s some progress: > > I changed the code at this line: > > > https://gi

Re: Is there any APIs for status monitering, how did the Webui got the status of mesos?

2015-10-08 Thread Marco Massenzio
eling well :) I would recommend staying away from the /state.json (soon to be /state) as it demands a heavy toll on the Master and you may end up DOS'ing your own cluster. *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Wed, Oct 7, 2015

Re: Framework control over slave recovery

2015-10-09 Thread Marco Massenzio
entation/latest/configuration/ *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Oct 9, 2015 at 11:48 AM, Marcus Larsson wrote: > Hi, > > I'm part of a project investigating the use of Mesos for a distributed > build and test syste

Re: mesos-ui

2015-10-09 Thread Marco Massenzio
;s hackathon and would love to connect with Cam, if he's still around. Thanks for sharing! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Oct 9, 2015 at 11:16 AM, Taylor, Graham < graham.x.tay...@capgemini.com> wrote: > >

Re: Framework control over slave recovery

2015-10-09 Thread Marco Massenzio
you please file a Jira requesting this as a feature on the Master? Thanks! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Oct 9, 2015 at 3:29 PM, Marcus Larsson wrote: > Hi, > > On 2015-10-09 15:26, Marco Massenzio wrote: >

Re: mesos-ui

2015-10-09 Thread Marco Massenzio
, so quite looking forward to where you guys are going to take it! *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* On Fri, Oct 9, 2015 at 4:48 PM, Taylor, Graham < graham.x.tay...@capgemini.com> wrote: > > ___

Re: error: 'sasl_errdetail' is deprecated: first deprecated in OS X 10.11

2015-10-12 Thread Marco Massenzio
I'm almost sure that you're running into https://issues.apache.org/jira/browse/MESOS-3030 (there is a patch out to fix this: https://reviews.apache.org/r/39230/) -- *Marco Massenzio* Distributed Systems Engineer http://codetrips.com On Mon, Oct 12, 2015 at 4:54 PM, yuankui wrote

Re: Can health-checks be run by Mesos for docker tasks?

2015-10-12 Thread Marco Massenzio
];ephemeral_ports:[32768-57344]" --revocable_cpu_low_priority="true" --sandbox_directory="/var/local/sandbox" --strict="true" --switch_user="true" --version="false" --work_dir="/var/local/mesos/agent" (this is run off the Vagrantfile at

Re: Can health-checks be run by Mesos for docker tasks?

2015-10-12 Thread Marco Massenzio
On Mon, Oct 12, 2015 at 11:26 PM, Marco Massenzio wrote: > Are those the stdout logs of the Agent? Because I don't see the > --launcher-dir set, however, if I look into one that is running off the > same 0.24.1 package, this is what I see: > > I1012 14:56:36.933856 1704 sla

Re: Welcome Kapil as Mesos committer and PMC member!

2015-11-05 Thread Marco Massenzio
rote: >> > >> > I'm happy to announce that Kapil Arya has been voted a Mesos committer >> and PMC member! >> > >> > Welcome Kapil, and thanks for all of your great contributions to the >> project so far! >> > >> > Looking forward to

Re: Zookeeper cluster changes

2015-11-09 Thread Marco Massenzio
nvironment does not support DNS resolution). You are correct in that Mesos does not currently support dynamically changing the ZK's addresses, but I don't know whether that's a limitation of Mesos code or of the ZK C++ client driver. I'll look into it and let you know what I

Re: Is it safe to replace mesos-master in fly

2015-11-24 Thread Marco Massenzio
and if you want to contribute back to documenting how you did it, contributions always welcome! [0] http://mesos.apache.org/documentation/latest/operational-guide/ [1] http://mesos.apache.org/documentation/latest/maintenance/ [2] http://mesos.apache.org/documentation/latest/upgrades/ -- *Marco

Re: How can mesos print logs from VLOG function?

2015-12-30 Thread Marco Massenzio
ake this work - so there may be some other trickery at work. [0] https://google-glog.googlecode.com/svn/trunk/doc/glog.html -- *Marco Massenzio* http://codetrips.com On Wed, Dec 30, 2015 at 12:30 AM, Nan Xiao wrote: > Hi all, > > I want mesos prints logs from VLOG function: > &g

Re: Running mesos slave in Docker on CoreOS

2015-12-31 Thread Marco Massenzio
ermissions around the /var/run folder - what happens if you try to run the very same command that failed, from the shell? (but I do see that you mount it with the -v, so that should work, shouldn't it?) -- *Marco Massenzio* http://codetrips.com On Thu, Dec 31, 2015 at 1:17 PM, Taylor, Graham

Re: Basic questions about use of ZooKeeper

2016-01-17 Thread Marco Massenzio
ast, used to last time I looked into it). Hope this helps! ​[0] https://issues.apache.org/jira/issues/?jql=project%20%3D%20Mesos%20and%20text%20~%20%22etcd%22 [1] ​https://issues.apache.org/jira/browse/MESOS-1806 ​ ​ -- *Marco Massenzio* http://codetrips.com ​

Re: installing a framework after teardown

2016-01-17 Thread Marco Massenzio
github.com/massenz/zk-mesos/blob/develop/notebooks/Demo-API.ipynb [1] https://github.com/massenz/mongo_fw/blob/develop/src/mongo_scheduler.cpp#L194 [2] https://github.com/massenz/mongo_fw/blob/develop/src/mongo_scheduler.cpp#L70 [3] https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=tree;f=src/e

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

2016-01-29 Thread Marco Massenzio
Is there a 0.27.0-rc2 branch cut? $ git fetch --all Fetching origin $ git co 0.27.0-rc2 error: pathspec '0.27.0-rc2' did not match any file(s) known to git. -- *Marco Massenzio* http://codetrips.com On Wed, Jan 27, 2016 at 11:12 PM, Michael Park wrote: > Hi all, >

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

2016-01-29 Thread Marco Massenzio
On Fri, Jan 29, 2016 at 7:00 PM, Marco Massenzio wrote: > Is there a 0.27.0-rc2 branch cut? > > $ git fetch --all > Fetching origin > > $ git co 0.27.0-rc2 > error: pathspec '0.27.0-rc2' did not match any file(s) known to git. > > ​well, or a tag, for that

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

2016-01-29 Thread Marco Massenzio
Thanks, buddy - I keep forgetting that one! (one assumes --all would, well, take care of that too :) Have a great weekend! -- *Marco Massenzio* http://codetrips.com On Fri, Jan 29, 2016 at 7:06 PM, Vinod Kone wrote: > Git fetch --tags > > @vinodkone > > On Jan 29, 2016, at

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

2016-01-29 Thread Marco Massenzio
-noarch:qt4-3.1-amd64:qt4-3.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty -- *Marco Massenzio* http://codetrips.com On Fri, Jan 29, 2016 at 5:04 PM, Joris

Re: mesos 0.23, long term quering state.json data.

2016-02-01 Thread Marco Massenzio
+1 to what Neil says plus, if you don't need all the info contained in /state, /state-summary is a much faster option. -- *Marco Massenzio* http://codetrips.com On Mon, Feb 1, 2016 at 8:27 AM, Neil Conway wrote: > There are some known performance problems with the implementation

Re: Using Virtual Hosts

2016-02-11 Thread Marco Massenzio
kInfo protobuf [0] I don't know enough of Marathon to really be able to help there - but if you post the question in their user group, I'm sure there's a less involved way to do this if you use it. :) [0] ./include/mesos/mesos.proto LL #206 -- *Marco Massenzio* http://codetrips.com

Re: Safe update of agent attributes

2016-02-22 Thread Marco Massenzio
ge of attribute a "material" change for the Agent and I would avoid trying to recover state from previous runs; but, again, there may be perfectly legitimate cases in which this is desirable. -- *Marco Massenzio* http://codetrips.com On Mon, Feb 22, 2016 at 12:11 PM, Zhitao Li wrot

Re: [Breaking Change, MESOS-1865] Redirect to the leader master when current master is not a leader

2016-04-30 Thread Marco Massenzio
e.org/jira/browse/MESOS-3841) -- *Marco Massenzio* http://codetrips.com On Tue, Apr 19, 2016 at 12:34 AM, haosdent wrote: > Hi All, > > We intend to introduce a breaking change[1] in the http endpoints without > the deprecation cycle. > For below http endpoints, when user request t

Re: [Breaking Change, MESOS-1865] Redirect to the leader master when current master is not a leader

2016-05-01 Thread Marco Massenzio
would have been useful, and fun to fix). -- *Marco Massenzio* http://codetrips.com On Sat, Apr 30, 2016 at 9:24 PM, haosdent wrote: > Oh, @Marco. Thank you very much for your reply, vinodkone shepherd this > and it have already submitted after other kindly guys reviews. > > For MESO

Re: How is the OS X environment created with Mesos

2016-05-14 Thread Marco Massenzio
ty or understanding about OS X internals. -- *Marco Massenzio* http://codetrips.com On Wed, May 11, 2016 at 12:10 PM, DiGiorgio, Mr. Rinaldo S. < rdigior...@pace.edu> wrote: > > On May 5, 2016, at 13:28, haosdent wrote: > > >There is no explicit statement about what Mesos means whe