Census: Location-Aware Membership Management for Large-Scale Distributed Systems

Download: pdf, ps .

“Census: Location-Aware Membership Management for Large-Scale Distributed Systems” by James Cowling, Dan R. K. Ports, Barbara Liskov, Raluca Ada Popa, and Abhijeet Gaikwad. In Proceedings of the 2009 USENIX Annual Technical Conference, (San Diego, CA, USA), June 2009, USENIX.

Abstract

We present Census, a platform for building large-scale distributed applications. Census provides a membership service and a multicast mechanism. The membership service provides every node with a consistent view of the system membership, which may be global or partitioned into location-based regions. Census distributes membership updates with low overhead, propagates changes promptly, and is resilient to both crashes and Byzantine failures. We believe that Census is the first system to provide a consistent membership abstraction at very large scale, greatly simplifying the design of applications built atop large deployments such as multi-site data centers.

Census builds on a novel multicast mechanism that is closely integrated with the membership service. It organizes nodes into a reliable overlay composed of multiple distribution trees, using network coordinates to minimize latency. Unlike other multicast systems, it avoids the cost of using distributed algorithms to construct and maintain trees. Instead, each node independently produces the same trees from the consistent membership view. Census uses this multicast mechanism to distribute membership updates, along with application-provided messages.

We evaluate the platform under simulation and on a real-world deployment on PlanetLab. We find that it imposes minimal bandwidth overhead, is able to react quickly to node failures and changes in the system membership, and can scale to substantial size.

Download: pdf, ps .

BibTeX entry:

@inproceedings{census-usenix09,
   author = {James Cowling and Dan R. K. Ports and Barbara Liskov and
	Raluca Ada Popa and Abhijeet Gaikwad},
   title = {Census: Location-Aware Membership Management for Large-Scale
	Distributed Systems},
   booktitle = {Proceedings of the 2009 {USENIX} {A}nnual {T}echnical
	{C}onference},
   address = {San Diego, CA, USA},
   month = jun,
   year = {2009},
   organization = {USENIX}
}

Also see all authors, all publications by date, and all publications by topic.

Programming Methodology Group