# Scaling Reliably: Improving the Scalability of the Erlang Distributed   Actor Platform

**Authors:** Phil Trinder, Natalia Chechina, Nikolaos Papaspyrou, Konstantinos, Sagonas, Simon Thompson, Stephen Adams, Stavros Aronis, Robert Baker, Eva, Bihari, Olivier Boudeville, Francesco Cesarini, Maurizio Di Stefano, Sverker, Eriksson, Viktoria Fordos, Amir Ghaffari, Aggelos Giantsios, Rickard Green,, Csaba Hoch, David Klaftenegger, Huiqing Li, Kenneth Lundin, Kenneth, Mackenzie, Katerina Roukounaki, Yiannis Tsiouris, Kjell Winblad

arXiv: 1704.07234 · 2017-05-09

## TL;DR

This paper enhances the scalability of Erlang's distributed actor platform by addressing VM, language, and tool limitations, enabling reliable large-scale systems with improved performance and maintainability.

## Contribution

The authors systematically identify Erlang's scalability limits and introduce architectural improvements, new language constructs, and open-source tools to overcome these challenges.

## Key findings

- Erlang VM was evolved for large-scale multicore and NUMA architectures.
- SD Erlang libraries improve scalability and reduce network traffic.
- Chaos Monkey experiments confirm preserved reliability and enhanced performance for large systems.

## Abstract

Distributed actor languages are an effective means of constructing scalable reliable systems, and the Erlang programming language has a well-established and influential model. While Erlang model conceptually provides reliable scalability, it has some inherent scalability limits and these force developers to depart from the model at scale. This article establishes the scalability limits of Erlang systems, and reports the work to improve the language scalability.   We systematically study the scalability limits of Erlang and address the issues at the virtual machine (VM), language, and tool levels. More specifically: (1) We have evolved the Erlang VM so that it can work effectively in large scale single-host multicore and NUMA architectures. We have made important architectural improvements to the Erlang/OTP. (2) We have designed and implemented Scalable Distributed (SD) Erlang libraries to address language-level scalability issues, and provided and validated a set of semantics for the new language constructs. (3) To make large Erlang systems easier to deploy, monitor, and debug we have developed and made open source releases of five complementary tools, some specific to SD Erlang.   Throughout the article we use two case studies to investigate the capabilities of our new technologies and tools: a distributed hash table based Orbit calculation and Ant Colony Optimisation (ACO). Chaos Monkey experiments show that two versions of ACO survive random process failure and hence that SD Erlang preserves the Erlang reliability model. Even for programs with no global recovery data to maintain, SD Erlang partitions the network to reduce network traffic and hence improves performance of the Orbit and ACO benchmarks above 80 hosts. ACO measurements show that maintaining global recovery data dramatically limits scalability; however scalability is recovered by partitioning the recovery data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.07234/full.md

## Figures

53 figures with captions in the complete paper: https://tomesphere.com/paper/1704.07234/full.md

## References

79 references — full list in the complete paper: https://tomesphere.com/paper/1704.07234/full.md

---
Source: https://tomesphere.com/paper/1704.07234