what is your cluster setup like? looks like the master is binding to a local address:
I0320 20:08:19.067021 218484736 detector.cpp:351] A new leading master ([email protected]:5050) is detected you can start the master with --ip=<public hostname> if you want a remote framework to be able to connect to it. @vinodkone On Thu, Mar 20, 2014 at 1:10 PM, Whitney Sorenson <[email protected]>wrote: > upgraded macosx to 10.9.2 > > using mesos from > http://downloads.mesosphere.io/master/osx/mesos_0.17.0-rc1_x86_64.pkg > > mesos master starts up ok: > https://gist.github.com/wsorenson/61dddd135ae2a1d1be67 > > but it always instantly dies when I connect my framework to it. before i > upgraded a lot of this stuff, the slave was instantly dieing when it > connected to the master. > > framework output: https://gist.github.com/wsorenson/3d1c164306d33b0658a7 > > I've tried a variety of ZK / ip changes / restarts / fresh framework ids / > zk paths, etc.. > > Any ideas? >

