You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
region - an isolated data space. a node can have multiple regions belonging to multiple databases or multiple shards within a database. a node can be leader of 1 region, follower of another and slave of yet another
leader - raft leader
master - node being replication from by a slave. could be a leader / follower or another slave too for all practical purposes
Refactor interfaces to seperate grpc interface from internal dkv data plane, leader/follower, master, slave to avoid making apis like getStatus, prefixMultiGet public and to create better contracts across these types of DKVServer
Jepsen tests on linearizable / sequential / eventual consistent reads
The text was updated successfully, but these errors were encountered:
Based on #76 the following tasks are the next steps
Next steps
The text was updated successfully, but these errors were encountered: