Facebook's Zookeeper Implementation on Delos
engineering.fb.com
Facebook's Zookeeper Implementation on Delos
1–10 of 21 posts
Re: Facebook's Zookeeper Implementation on Delos
#2Where is the github repo?
Re: Facebook's Zookeeper Implementation on Delos
#3Where is the github repo?
It isn't open source
Re: Facebook's Zookeeper Implementation on Delos
#4No post body was provided.
Re: Facebook's Zookeeper Implementation on Delos
#5anyone loose their history to go back after opening the article page?
I had to double check I didn't open in external tab. browsing on firefox.
Re: Facebook's Zookeeper Implementation on Delos
#6anyone loose their history to go back after opening the article page? I had to double check I didn't open in external tab. browsing on firefox.
Firefox quarantines Facebook sites in a separate container (with its own cookies and browsing history, etc.), losing back button is an unfortunate side effect.
Re: Facebook's Zookeeper Implementation on Delos
#7[deleted]
Re: Facebook's Zookeeper Implementation on Delos
#8Curious when the folks at ClickHouse are going to decide to spin its custom rewrite of ZooKeeper in C++ (ClickHouse-Keeper [1]) out into its own separate project.
[1] https://clickhouse.com/docs/en/operations/clickhouse-keeper/
Re: Facebook's Zookeeper Implementation on Delos
#9Off-topic, but does Zookeeper have features that etcd doesn't provide? etcd seems to be simpler to operate at a glance.
Re: Facebook's Zookeeper Implementation on Delos
#10Off-topic, but does Zookeeper have features that etcd doesn't provide? etcd seems to be simpler to operate at a glance.
My understanding is that they have different consistency models and different APIs. I think etcd might be better suited for more use-cases, but I don't think migration of existing systems is straightforward.
Some previous discussion here: https://news.ycombinator.com/item?id=18687516
I also enjoyed this lecture about zookeeper: https://www.youtube.com/watch?v=pbmyrNjzdDk