학술논문

Boki : Stateful Serverless Computing with Shared Logs
Document Type
Conference
Source
Proceedings of the ACM SIGOPS 28th Symposium on Operating Systems Principles CD-ROM. :691-707
Subject
Serverless computing
consistency
function-as-a-service
shared log
Language
English
Abstract
Boki is a new serverless runtime that exports a shared log API to serverless functions. Boki shared logs enable stateful serverless applications to manage their state with durability, consistency, and fault tolerance. Boki shared logs achieve high throughput and low latency. The key enabler is the metalog, a novel mechanism that allows Boki to address ordering, consistency and fault tolerance independently. The metalog orders shared log records with high throughput and it provides read consistency while allowing service providers to optimize the write and read path of the shared log in different ways. To demonstrate the value of shared logs for stateful serverless applications, we build Boki support libraries that implement fault-tolerant workflows, durable object storage, and message queues. Our evaluation shows that shared logs can speed up important serverless workloads by up to 4.7x.

Online Access