Hi, I am working on MESOS-1806 (substitute zookeeper with etcd) based on the former work of Cody Maloney. After a general understanding of mesos code base, this week I rebased the code to the latest master (with necessary changes), and it compiles well. The code is here: https://github.com/lins05/mesos/tree/etcd
However, when running the tests <https://github.com/lins05/mesos/blob/7380d249c827a0da32a1b0f62b416d390b9d1a2e/src/tests/etcd_test.sh#L1> I got some error: Recovery failed: Failed to recover registrar: Failed to perform fetch > within 1mins > However, I don't think the changes on my branch does anything to the registrar and replicated logs modules. Can anyone help/shepherd on this? Regards, Shuai
