> On Feb. 5, 2014, 11:23 p.m., Vinod Kone wrote: > > Is there a different tool that does the writes?
Yes, I want replica server to be useable. In the future, we may wanna add replicated log based storage benchmark and may wanna reuse the replica server here. > On Feb. 5, 2014, 11:23 p.m., Vinod Kone wrote: > > src/log/tool/replica.cpp, lines 106-120 > > <https://reviews.apache.org/r/17755/diff/1/?file=470324#file470324line106> > > > > If you make these variables not options, these checks come for free. Discussed with Vinod offline. Each 'Tool' can be invoked directly from the code. We wanna perform the sanity check without relying on flags.load. - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17755/#review33735 ----------------------------------------------------------- On Feb. 5, 2014, 8:54 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17755/ > ----------------------------------------------------------- > > (Updated Feb. 5, 2014, 8:54 p.m.) > > > Review request for mesos, Benjamin Hindman and Vinod Kone. > > > Repository: mesos-git > > > Description > ------- > > See summary. This is the useful for performing distributed tests on the > replicated log. > > > Diffs > ----- > > src/Makefile.am c307068 > src/log/main.cpp c37dd6f > src/log/tool/replica.hpp PRE-CREATION > src/log/tool/replica.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/17755/diff/ > > > Testing > ------- > > make check > > Also, run the command on test machines > > > Thanks, > > Jie Yu > >
