Understanding and Exploring Serverless Cloud Computing

Johann Schleier-Smith

EECS Department
University of California, Berkeley
Technical Report No. UCB/EECS-2022-273
December 30, 2022

http://www2.eecs.berkeley.edu/Pubs/TechRpts/2022/EECS-2022-273.pdf

The past few years have seen a wave of enthusiasm for serverless computing, and we begin this work by analyzing the marketplace trends and underlying technical factors that have shaped the movement. We find that serverless computing addresses programming challenges in the same class as those that high-level programming languages address, suggesting that serverless computing may be viewed as high-level programming for distributed systems.

We next turn our attention to one of the key shortcomings of serverless: the lack of integration between compute and state. We develop FaaSFS, a distributed file system that is compatible with POSIX applications but uses a novel consistency model with relaxed real-time ordering constraints. We call this model externally consistent sequential consistency (ECSC) and use it to scale a pre-existing single-server application to 10,000 serverless processes. We also show that under reasonable assumptions ECSC is indistinguishable from linearizability, a widely accepted strong form of consistency.

Lastly, we explore whether serverless computing might lead to the demise of server hardware. By applying Amdahl's law and scaling rules for interconnect costs, we show that applications that rely on coordination protocols are particularly dependent on large servers for scalability. In contrast, those implemented with coordination-free protocols can run well on collections of small, low-cost servers or on disaggregated hardware. These approaches will likely continue to coexist, suggesting that a need for underlying server hardware will remain even as serverless abstractions thrive.

Advisor: Joseph M. Hellerstein


BibTeX citation:

@phdthesis{Schleier-Smith:EECS-2022-273,
    Author = {Schleier-Smith, Johann},
    Title = {Understanding and Exploring Serverless Cloud Computing},
    School = {EECS Department, University of California, Berkeley},
    Year = {2022},
    Month = {Dec},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2022/EECS-2022-273.html},
    Number = {UCB/EECS-2022-273},
    Abstract = {The past few years have seen a wave of enthusiasm for serverless computing, and we begin this work by analyzing the marketplace trends and underlying technical factors that have shaped the movement. We find that serverless computing addresses programming challenges in the same class as those that high-level programming languages address, suggesting that serverless computing may be viewed as high-level programming for distributed systems.

We next turn our attention to one of the key shortcomings of serverless: the lack of integration between compute and state. We develop FaaSFS, a distributed file system that is compatible with POSIX applications but uses a novel consistency model with relaxed real-time ordering constraints. We call this model externally consistent sequential consistency (ECSC) and use it to scale a pre-existing single-server application to 10,000 serverless processes. We also show that under reasonable assumptions ECSC is indistinguishable from linearizability, a widely accepted strong form of consistency.

Lastly, we explore whether serverless computing might lead to the demise of server hardware. By applying Amdahl's law and scaling rules for interconnect costs, we show that applications that rely on coordination protocols are particularly dependent on large servers for scalability. In contrast, those implemented with coordination-free protocols can run well on collections of small, low-cost servers or on disaggregated hardware. These approaches will likely continue to coexist, suggesting that a need for underlying server hardware will remain even as serverless abstractions thrive.}
}

EndNote citation:

%0 Thesis
%A Schleier-Smith, Johann
%T Understanding and Exploring Serverless Cloud Computing
%I EECS Department, University of California, Berkeley
%D 2022
%8 December 30
%@ UCB/EECS-2022-273
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/2022/EECS-2022-273.html
%F Schleier-Smith:EECS-2022-273