Proposing a deterministic simulation tool for Mesos master and allocator debugging and testing

2015-10-04 Thread Maged Michael
I'd appreciate feedback on a proposal for a simulation tool for debugging and testing the Mesos master and allocator. Simulations would--randomly but deterministically--explore the state space of cloud configurations and check for invariant violations and collect stats--in addition to those alread

Re: RFC convert documentation to Sphinx

2015-10-04 Thread Marco Massenzio
+1 for Sphinx (and RST - *way* better than MD :) To do the autoconversion, I've used pandoc [0] in the past and (at least for me) it worked just fine. @James - if you do go ahead with the conversion, feel free to ping me for helping out! [0] http://pandoc.org/ *Marco Massenzio* *Distributed Sy

Re: Patch for the website's Rakefile

2015-10-04 Thread Dave Lester
If anyone is attending MesosCon Europe this upcoming week and would like to make enhancements here I should be available and could pair. There's lots of low-hanging fruit to make large improvements. Dave On Fri, Oct 2, 2015, at 11:00 PM, haosdent wrote: > I remember we also have another patches t

Re: Introducing a CMake-based build system for Mesos

2015-10-04 Thread Alex Clemmer
I like the idea, but sometimes it's not actually true that you want to touch a CMakeLists when you touch a makefile.am. For example, headers dependencies are automatically generated by CMake, so you don't have to list the .hpp files. If you were only adding an hpp file to stout, so this technique w