event

SCS Recruitment Seminar: Dan Ports, "Rethinking Distributed Systems for the Datacenter"

Primary tabs

Abstract:

Today's most popular applications are deployed as massive scale distributed systems in the datacenter. Keeping data consistent and available despite server failures and concurrent updates is a formidable challenge. Two well-known abstractions, strong consistent replication and serializable transactions, can free developers from these challenges by transparently masking failures and treating complex updates as atomic units. Yet, the conventional wisdom is that these techniques are too expensive to deploy in high-performance systems.

In this talk, I will demonstrate a new approach to designing distributed systems that allow strong consistent distributed systems to be built with little to no performance cost. Taking advantage of the properties and capabilities of the datacenter environment, we can co-design distributed protocols and the network layer. Specifically, I will describe two systems for state machine replication, Speculative Paxos and Network-Ordered Paxos, and one for distributed transaction processing, Eris, built using this approach.

These methods are able to achieve five to 17x performance improvements over conventional designs. Moreover, they achieve performance within two-percent of their weak consistent alternatives, demonstrating that strong consistency and high performance are not incompatible.

Bio:

Dan Ports is a research assistant professor in Computer Science and Engineering at the University of Washington (UW), where he leads the distributed systems research group. His group's research focuses on building practical distributed systems with strong theoretical underpinnings.

Prior to joining the faculty at UW in 2015, Dan received the Ph.D. from MIT, where he was advised by Barbara Liskov, and completed a postdoctoral research position with the university. His research earned best paper awards at multiple conferences, including NSDI and OSDI.

Status

  • Workflow Status:Published
  • Created By:Devin Young
  • Created:02/01/2017
  • Modified By:Fletcher Moore
  • Modified:04/13/2017

Categories

  • No categories were selected.