lbadd icon indicating copy to clipboard operation
lbadd copied to clipboard

raft: implement Raft consensus protocol

Open SUMUKHA-PK opened this issue 4 years ago • 3 comments

Will implement the raft protocol once complete based on the design doc in doc/internal/consensus

  • [ ] Code correctness
  • [ ] Documentation
  • [ ] Test cases

SUMUKHA-PK avatar May 07 '20 14:05 SUMUKHA-PK

⚠ staticcheck Failed

internal/raft/request_votes.go:32:2: empty branch (SA9003)
internal/raft/request_votes.go:37:2: empty branch (SA9003)
internal/raft/request_votes.go:42:2: empty branch (SA9003)

Checks Document

github-actions[bot] avatar May 08 '20 11:05 github-actions[bot]

These are very much a WIP, please dont review until its been set as "ready for review" :D

SUMUKHA-PK avatar Jun 17 '20 04:06 SUMUKHA-PK

These are very much a WIP, please dont review until its been set as "ready for review" :D

I wanted to clear some doubts before proceeding. That's why I asked you those questions.

Abby3017 avatar Jun 17 '20 04:06 Abby3017