<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Princeton S* Network Systems - Latest Comments in Coordination in Distributed Systems (ZooKeeper)</title><link>http://princetonsns.disqus.com/</link><description>Secure, Scalable, Self-Organizing, Storage, Self-Managing, Sensing, …</description><atom:link href="https://princetonsns.disqus.com/coordination_in_distributed_systems_zookeeper/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 26 Mar 2009 11:26:30 -0000</lastBuildDate><item><title>Re: Coordination in Distributed Systems (ZooKeeper)</title><link>http://sns.cs.princeton.edu/2009/03/coordination-in-distributed-systems/#comment-11056137</link><description>&lt;p&gt;hey jeff! i'm glad you like zookeeper. i agree that zookeeper needs more WAN support; it's high on our wish list. zookeeper currently assumes a data center network where all nodes have the same latency and bandwidth between them. (in our large data centers that isn't really true, but it's close enough.) this assumption causes us problems in two dimensions: 1) as you mention, consensus traffic has a star topology with the coordinator at the center. since WAN links have higher latency and lower bandwidth than the data center network, we should really build a tree from the coordinator and minimize the traffic over the WAN links. 2) clients treat all servers equally, so in WAN applications, clients usually are given a list of just the local zookeeper servers to connect to, but if those servers go down, it would be nice to connect to a server in another data center to keep things going.&lt;/p&gt;&lt;p&gt;we are hoping to fix this weakness of zookeeper. (i would be super happy to commit a patch from you :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">benjamin reed</dc:creator><pubDate>Thu, 26 Mar 2009 11:26:30 -0000</pubDate></item><item><title>Re: Coordination in Distributed Systems (ZooKeeper)</title><link>http://sns.cs.princeton.edu/2009/03/coordination-in-distributed-systems/#comment-11056136</link><description>&lt;p&gt;Only that when deploying over a WAN, there is a lot of redundant cross-datacenter traffic when there are multiple ZooKeeper nodes in each datacenter. I also didn't evaluate its performance over a WAN, but I'd imagine that latency becomes an issue.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Terrace</dc:creator><pubDate>Sat, 21 Mar 2009 09:08:59 -0000</pubDate></item><item><title>Re: Coordination in Distributed Systems (ZooKeeper)</title><link>http://sns.cs.princeton.edu/2009/03/coordination-in-distributed-systems/#comment-11056135</link><description>&lt;p&gt;Interesting that you mentioned WAN, did you ran into any issues with WAN ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rp</dc:creator><pubDate>Sat, 21 Mar 2009 02:30:02 -0000</pubDate></item></channel></rss>