Skip to content

Raft based leader Election algorithm in the presence of crash failures, on top of a message passing based consensus algorithm.

Notifications You must be signed in to change notification settings

deveshks/raft-consensus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft based leader Election algorithm in the presence of crash failures, on top of a message passing based consensus algorithm.

--------Akshay Jajoo, Devesh Kumar-------- -Execute leader.py as follows:

python leader.py -p - h -f

-With correct option name parameters can be passed in any order.

-File process.py should be in same directory as leader.py.

-Assuming all the testing will be done on cs machines only and once logged in into one of the machines then no further authentication is required.

-Assuming host ids start from 1 in increasing order.

-Assuming grader does not make any changes to any codefiles. (i.e like do not append any hooks in the file anywhere).

-Assuming that UDP packets are always delivered.(As described in assignment/piazza).In case of drop of UDP packets algorithm may not work correctly

-Read report for configuring some parameters in the code

About

Raft based leader Election algorithm in the presence of crash failures, on top of a message passing based consensus algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages