1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philip O'Toole 81f5f6faf1 Add support for non-voting nodes
A non-voting node doesn't participate in Raft consensus, but does
subscribe to the committed log entries originating with the leader.
This means a non-voting node keeps up-to-date with the state machine,
without impacting write-latency. These non-voting nodes can provide
read scalability for the cluster.
5 years ago
..
command.go Broadcast Store meta via standard consensus 5 years ago
db_config.go Broadcast Store meta via standard consensus 5 years ago
peers.go Copy JSON peers decode functionality from Raft 8 years ago
server.go Broadcast Store meta via standard consensus 5 years ago
store.go Add support for non-voting nodes 5 years ago
store_test.go Add support for non-voting nodes 5 years ago
transport.go ABL 5 years ago
transport_test.go Broadcast Store meta via standard consensus 5 years ago