Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Cloudburst: Stateful Functions-as-a-Service (2001.04592v3)

Published 14 Jan 2020 in cs.DC

Abstract: Function-as-a-Service (FaaS) platforms and "serverless" cloud computing are becoming increasingly popular. Current FaaS offerings are targeted at stateless functions that do minimal I/O and communication. We argue that the benefits of serverless computing can be extended to a broader range of applications and algorithms. We present the design and implementation of Cloudburst, a stateful FaaS platform that provides familiar Python programming with low-latency mutable state and communication, while maintaining the autoscaling benefits of serverless computing. Cloudburst accomplishes this by leveraging Anna, an autoscaling key-value store, for state sharing and overlay routing combined with mutable caches co-located with function executors for data locality. Performant cache consistency emerges as a key challenge in this architecture. To this end, Cloudburst provides a combination of lattice-encapsulated state and new definitions and protocols for distributed session consistency. Empirical results on benchmarks and diverse applications show that Cloudburst makes stateful functions practical, reducing the state-management overheads of current FaaS platforms by orders of magnitude while also improving the state of the art in serverless consistency.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (8)
  1. Vikram Sreekanti (7 papers)
  2. Chenggang Wu (18 papers)
  3. Xiayue Charles Lin (1 paper)
  4. Johann Schleier-Smith (6 papers)
  5. Jose M. Faleiro (6 papers)
  6. Joseph E. Gonzalez (167 papers)
  7. Joseph M. Hellerstein (48 papers)
  8. Alexey Tumanov (30 papers)
Citations (125)

Summary

We haven't generated a summary for this paper yet.