A State Transfer Method That Adapts to Network Bandwidth Variations in Geographic State Machine Replication
Tairi Chiba, Ren Ohmura, Junya Nakamura

TL;DR
This paper introduces a dynamic state transfer method for geographic State Machine Replication that adapts to changing network bandwidths, significantly reducing transfer time by up to 47%.
Contribution
It proposes a novel bandwidth-aware chunk allocation approach that dynamically adjusts based on current network conditions for efficient state transfer.
Findings
Reduces state transfer time by up to 47%.
Effectively utilizes available bandwidth across geographically distributed replicas.
Demonstrates improved performance on Amazon EC2 environment.
Abstract
We present a new state transfer method for geographic State Machine Replication (SMR) that dynamically allocates the state to be transferred among replicas according to changes in communication bandwidths. SMR is a method that improves fault tolerance by replicating a service to multiple replicas. When a replica is newly added or is recovered from a failure, the other replicas transfer the current state of the service to it. However, in geographic SMR, the communication bandwidths of replicas are different and constantly changing. Therefore, existing state transfer methods cannot fully utilize the available bandwidth, and their state transfer time becomes long. To overcome this problem, our method divides the state into multiple chunks and assigns them to replicas based on each replica's bandwidth so that the broader a replica's bandwidth is, the more chunks it transfers. The number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Distributed systems and fault tolerance · Cloud Computing and Resource Management
