jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
35 stars 3 forks source link

Bug fixes #65

Closed jmsadair closed 9 months ago

jmsadair commented 9 months ago

This fixes a bug related to checking that a log entry for the current term was committed before serving read-only requests.