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
..
cluster_test.go Improve test comment 8 years ago
end_to_end_enc.sh Move to Hashicorp Raft v1 5 years ago
full_system_test.py Add support for non-voting nodes 5 years ago
helpers.go Broadcast Store meta via standard consensus 5 years ago
single_node_test.go Add multi-table SELECT unit test 7 years ago
system.go Rename system package doc file 8 years ago