I posted a review of the proper documentation for this: https://reviews.apache.org/r/29796/
On Tue, Jan 6, 2015 at 5:38 PM, Benjamin Mahler <[email protected]> wrote: > Sorry for the delay, operational documentation for the replicated log has > been badly needed, I'll get some basic stuff up on the website by next week. > > In the interim, if you're using *--registry_strict=false (the default)*, > you can simply stop the original N masters, rm -rf all the data in > --work_dir, and start M masters each having an empty work directory. > > This is because we don't strictly rely on the data in the log yet. In the > future, the procedure above will lead to some information loss (e.g. offer > reservations, maintenance information, etc). > > On Thu, Dec 18, 2014 at 11:45 AM, Jie Yu <[email protected]> wrote: > >> + BenM >> >> Ben, I remembered that you planed to add it some time before? >> >> - Jie >> >> On Thu, Dec 18, 2014 at 11:42 AM, Steven Schlansker < >> [email protected]> wrote: >>> >>> I'm looking to be able to increase (3 -> 5) and decrease (5 -> 3) the >>> number of Mesos masters I run. >>> There doesn't seem to be any documentation on this procedure on the >>> website. >>> >>> What is the correct way to approach this? >>> >>> Thanks, >>> Steven >>> >>> >

