Skip to content

gavinenxu/Distributed-Raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Raft

Assume you're in raft directory

How to use dslogs to analyze log

VERBOSE=1 go test -run TestInitialElection | ../tools/dslogs -c 3 -i PERS

Test Race

go test -run PartA -race

How to run multiple servers (30) with multiple times (100)

../tools/dstest PartB -p 30 -n 100  

About

A raft implementation by Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages