ImprovedRaft Algorithm Based on Communication Bottleneck and Log Inconsistency

S Tong, X Zhou, W Fu, Y Zhang, X Wu… - 2023 China …, 2023 - ieeexplore.ieee.org
In order to solve the problems of single Leader communication bottleneck and node log
inconsistency, we propose ImprovedRaft algorithm based on Raft. To solve the single …

An Optimized Raft Protocol Combined with Redundant Residue Number System

D Ren, J Tu, W Xie, C Wu - 2022 5th International Conference …, 2022 - ieeexplore.ieee.org
Raft protocol requires 2F+ 1 nodes to tolerate the F nodes failure. The leader needs to
replicates complete log entries to F followers. As the number of nodes increases, the leader …

Fast log replication in highly available data store

D Wang, P Cai, W Qian, A Zhou, T Pang… - Web and Big Data: First …, 2017 - Springer
Modern large-scale data stores widely adopt consensus protocols to achieve high
availability and throughput. The recently proposed Raft algorithm has better …

An Optimized Key-Value Raft Algorithm for Satisfying Linearizable Consistency

X Liu, Z Huang, Q Wang, N Luo - … International Conference on …, 2022 - ieeexplore.ieee.org
Nowadays, the distributed systems have been widely applied in a variety of fields. However,
this raises more concerns on reliability. Consensus algorithm is an important measure to …

Model checking the safety of raft leader election algorithm

Q Bao, B Li, T Hu, D Cao - 2022 IEEE 22nd International …, 2022 - ieeexplore.ieee.org
With the wide application of the Raft consensus algorithm in blockchain systems, its safety
has attracted more and more attention. However, although some researchers have formally …

An Optimized Snapshot Raft Algorithm for Log Compression

X Liu, Z Huang, Q Wang - 2023 2nd International Conference …, 2023 - ieeexplore.ieee.org
Consensus algorithm is widely used in distributed system, which can solve the problems of
fault tolerance and data consistency. Raft algorithm is one of the most widely used …

MLRaft: Improvement of Raft Based on Multi-log Synchronization Model

M Zhang, L Xu - Proceedings of the 2022 6th International Conference …, 2022 - dl.acm.org
Raft is currently the most popular distributed consensus protocol. Due to the single leader
mechanism of Raft, the performance of the distributed system is degraded to that of a single …

An Improved Raft Protocol Combined with Cauchy Reed-Solomon Codes

D Ren, J Tu, W Xie - … on Artificial Intelligence and Big Data …, 2022 - ieeexplore.ieee.org
Raft can provide highly reliable and available distributed services, it needs at least 2F+ 1
nodes to tolerate any F nodes failures. In Raft, the methods of leader replicates complete log …

A distributed transaction performance optimization method

Y Wang, L Yang - 2023 5th International Conference on …, 2023 - ieeexplore.ieee.org
With the wide application of distributed systems, complex transaction processing involving
multiple nodes has become an important challenge. The difficulty lies in how to ensure the …

Delay and loss rate analysis of the log commitment process in raft

Y Wen, KLE Law - 2022 IEEE 24th Int Conf on High …, 2022 - ieeexplore.ieee.org
Consensus algorithms are crucial in attaining consistency among data saved at different
locations across distributed and decentralized computing systems. For consensus …