2018 Eighth Latin-American Symposium on Dependable Computing (LADC) 2018
DOI: 10.1109/ladc.2018.00028
|View full text |Cite
|
Sign up to set email alerts
|

Improving Raft When There Are Failures

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
4
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 9 publications
(4 citation statements)
references
References 2 publications
0
4
0
Order By: Relevance
“…Wang 17 proposed an improved Raft algorithm, hhRaft, which is capable of supervising candidates by introducing a monitor server to identify forged Request Vote messages from malicious servers. Fluri optimized the election timeout mechanism, which minimized the probability of most servers in the cluster losing contact with the leader because of data packet loss during network transmission 18 . To improve the algorithm performance, in Reference, 19 the election timeout for servers that are isolated or with network partitions was dynamically adjusted.…”
Section: Background and Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Wang 17 proposed an improved Raft algorithm, hhRaft, which is capable of supervising candidates by introducing a monitor server to identify forged Request Vote messages from malicious servers. Fluri optimized the election timeout mechanism, which minimized the probability of most servers in the cluster losing contact with the leader because of data packet loss during network transmission 18 . To improve the algorithm performance, in Reference, 19 the election timeout for servers that are isolated or with network partitions was dynamically adjusted.…”
Section: Background and Related Workmentioning
confidence: 99%
“…Fluri optimized the election timeout mechanism, which minimized the probability of most servers in the cluster losing contact with the leader because of data packet loss during network transmission 18 . To improve the algorithm performance, in Reference, 19 the election timeout for servers that are isolated or with network partitions was dynamically adjusted. Hanmer 20 modified the election timeout mechanism to dynamically change, which can avoid the increase in the heartbeat sending interval caused by the increase in the load of the leader; when the increase is greater than the election timeout of the follower, a new election round is triggered.…”
Section: Background and Related Workmentioning
confidence: 99%
“…The authors argue that an overloaded leader sends messages with a high time deviation; consequently, they recommend that receivers campaign for the next leadership if they detect a time difference between the leader's messages. In [11], two algorithms to minimize the number of elections without a winner are proposed (due to the split vote, that will be further explained later).…”
Section: Related Workmentioning
confidence: 99%
“…Despite its relative simplicity, Raft provides a safe and efficient implementation of a state machine on top of a clustered computing system. Raft ensures reliable delivery of signals to all nodes in a given order [18]. This ensures the transition of all state machines through the same sequences of states and each node is guaranteed to come into agreement with the other nodes.…”
Section: Cluster Management Algorithmmentioning
confidence: 99%