1
0
Fork 0

1983 Commits (d7b6586311ecb6ac17aaf5f95bba6874c3210183)
 

Author SHA1 Message Date
Philip O'Toole d8bdf960fc
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole ff2996fc66
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole 66d2541e5d
Merge pull request #621 from zdyxry/typo
Fix typo
5 years ago
zdyxry 139a698685 Fix typo 5 years ago
Philip O'Toole 7ec6fcefe4
5.1.0 is going out 5 years ago
Philip O'Toole a42c049050
Merge pull request #620 from rqlite/hclog
Allow log level control for Raft module
5 years ago
Philip O'Toole 536cac4fdf Allow log level control for Raft module
Default log level is INFO.
5 years ago
Philip O'Toole e645a013e8
Update README.md 5 years ago
Philip O'Toole 7f8cac6fbb
Update DATA_API.md 5 years ago
Philip O'Toole e9a5f2f71c
Merge pull request #619 from shane-kerr/patch-1
Typo fix
5 years ago
Shane Kerr 3fc3db544d
Typo fix 5 years ago
Philip O'Toole 74e406967a
Update DESIGN.md 5 years ago
Philip O'Toole e6d89a849a
Update DESIGN.md 5 years ago
Philip O'Toole b7cb8f7129
Update DESIGN.md 5 years ago
Philip O'Toole e5f9a53c1f
Update DESIGN.md 5 years ago
Philip O'Toole dd94230a3f
Update DESIGN.md 5 years ago
Philip O'Toole 6bb4c3fa8f
Update README.md 5 years ago
Philip O'Toole f92249e75c
Update DESIGN.md 5 years ago
Philip O'Toole 002e5a210b
Update DESIGN.md 5 years ago
Philip O'Toole 234fbb80a7
Update DESIGN.md 5 years ago
Philip O'Toole 97e577f2d0
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole e781c5a52a
Update CONSISTENCY.md 5 years ago
Philip O'Toole 5d36ead53a
Update CHANGELOG.md 5 years ago
Philip O'Toole efd7c5534b
Update DESIGN.md 5 years ago
Philip O'Toole 7fd2edd93f
Update DESIGN.md 5 years ago
Philip O'Toole ee2053835f
Update DESIGN.md 5 years ago
Philip O'Toole 6822e536fe
Update READ_ONLY_NODES.md 5 years ago
Philip O'Toole c046be5522
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole 8d0f1c55c6
Merge pull request #616 from rqlite/remove-obsolete-dsn
Remove obsolete SQLite const
5 years ago
Philip O'Toole 668720cbb6
Remove obsolete SQLite const 5 years ago
Philip O'Toole 29e220711d
Merge pull request #615 from rqlite/remove-obsolete-const
Remove obsolete const
5 years ago
Philip O'Toole ef44c199aa
Update main.go 5 years ago
Philip O'Toole cc65e36fcc
Remove obsolete const 5 years ago
Philip O'Toole 0afe1b3188
Update README.md 5 years ago
Philip O'Toole f5b0eb3ae1
Update CHANGELOG.md 5 years ago
Philip O'Toole 7e8e3ad769
Merge pull request #614 from rqlite/leader_freshness
Support leader freshness with None consistency
5 years ago
Philip O'Toole abb7772105 Support leader freshness with None consistency
This change allows the read request to specify the maximum time the node
receiving the request may have last heard from the cluster leader. It
only applies to a read consistency selection of None.
5 years ago
Philip O'Toole 002c41fcaf Fix typo 5 years ago
Philip O'Toole 0036abcb0f Better read-only docs 5 years ago
Philip O'Toole 97e99369ef
Merge pull request #613 from rqlite/non-voter
Add support for non-voting nodes
5 years ago
Philip O'Toole 67e4ff6ff5 Add end-to-end non-voter follows leader test 5 years ago
Philip O'Toole 0f2d59cf9e Update docs for non-voting nodes 5 years ago
Philip O'Toole 8eea0656b5 Update CHANGELOG 5 years ago
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
Philip O'Toole d8c24a4cc1
Update README.md 5 years ago
Philip O'Toole e2f5cf48e0
Update README.md 5 years ago
Philip O'Toole 6f729c5d67
Update CHANGELOG.md 5 years ago
Philip O'Toole 4a04757fe9
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole dd61a7a221
5.0.0 is going out 5 years ago
Philip O'Toole 78c0e227db
Update CONTRIBUTING.md 5 years ago