> On April 24, 2014, 3:17 p.m., Benjamin Hindman wrote: > > src/zookeeper/group.cpp, lines 710-711 > > <https://reviews.apache.org/r/20572/diff/4/?file=566417#file566417line710> > > > > While I like giving lots of information for posterity, I'm not sure the > > ZooKeeper group should know anything about the log replicas so a > > LOG(WARNING) seems unnecessary. Ignoring non-sequence nodes is just a > > general safety mechanism that we happen to be exploiting in Mesos. ;-)
i agree. see my reply to benm's comment above. maybe my TODO needed to be more explicit. anyway will kill it for now. > On April 24, 2014, 3:17 p.m., Benjamin Hindman wrote: > > src/master/master.cpp, line 267 > > <https://reviews.apache.org/r/20572/diff/4/?file=566409#file566409line267> > > > > Any reason not to do this in this review? That way creating a master > > from 'cluster' and 'local' will also get this check. Seems like it's just > > an easy copy/paste IIUC. i was just being lazy! fixed. - Vinod ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20572/#review41306 ----------------------------------------------------------- On April 24, 2014, 1:10 a.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/20572/ > ----------------------------------------------------------- > > (Updated April 24, 2014, 1:10 a.m.) > > > Review request for mesos, Ben Mahler, Jie Yu, and Jiang Yan Xu. > > > Bugs: MESOS-1226 > https://issues.apache.org/jira/browse/MESOS-1226 > > > Repository: mesos-git > > > Description > ------- > > See summary. > > > Diffs > ----- > > src/Makefile.am 364d63bb1f5dc8b63f72693eafd0b2feec231d13 > src/local/local.cpp 297f35b7755a688a95e58777f7846aa0ff3e247f > src/master/constants.hpp 27ae4f89cfd1ddb7db287d650af160a690f93c26 > src/master/constants.cpp ed966bc5bcc4dbb0f96b966efe33f179723c6759 > src/master/flags.hpp c83292f10a488cf31c09d6917225704b77f3ee02 > src/master/main.cpp ec23781d2a1e687af031c060059de69079b179b4 > src/master/master.cpp 0335b3416ee1c4d14a70e018ad9174b465035c5f > src/state/log.hpp e25d1e5e1daf9a5a8cd6b7c6c9c95c38b58f892d > src/tests/balloon_framework_test.sh > f83240758b03871b8b53f45d0947c6171c9c3a93 > src/tests/cluster.hpp 1862fe89a6c5897755133232d133dbf3664ed10a > src/tests/mesos.hpp 7bc5e981a468b81f0460e2736c8d0b76518302de > src/tests/mesos.cpp a9844e4cfef2eecbb30ca4bf1fa59d62edf93569 > src/tests/registrar_zookeeper_tests.cpp PRE-CREATION > src/tests/script.cpp 09c7f3bfc8a4c3032116b90b44ca773deff4629d > src/zookeeper/group.cpp bdebc48e8ca793fa58cc0f9a0fc0daa5fb3a335e > > Diff: https://reviews.apache.org/r/20572/diff/ > > > Testing > ------- > > Added a new unit test that tests mesos cluster with registrar and zookeeper. > > Also, updated external tests to use log storage but without zookeeper. > > make check > > > Thanks, > > Vinod Kone > >
