Making Systems More Robust with Flexible RPC Lookup

Russell Power
DOI: https://doi.org/10.48550/arXiv.1303.2619
2013-03-12
Abstract:Modern distributed systems use names everywhere. Lockservices such as Chubby and ZooKeeper provide an effective mechanism for mapping from application names to server instances, but proper usage of them requires a large amount of error-prone boiler-plate code. Application programmers often try to write wrappers to abstract away this logic, but it turns out there is a more general and easier way of handling the issue. We show that by extending the existing name resolution capabilities of RPC libraries, we can remove the need for such annoying boiler-plate code while at the same time making our services more robust.
Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?