-
Notifications
You must be signed in to change notification settings - Fork 61
Supported Features
Data Technology edited this page May 10, 2019
·
1 revision
- Core algorithm, implemented based on TLA+ spec (though the spec does not have timer module)
- Configuration change support, add or remove servers without any limitation
- Log compaction
- Urgent commit, enables the leader to ask all other peers to commit one or more logs if commit index is advanced
- Client request support, for each server, the state machine could get a raft consensus client to send request to the leader, so leader change listener is not required.