1
0
Fork 0

395 Commits (master)

Author SHA1 Message Date
Philip O'Toole dcf82768f6
Create FAQ.md (#623)
* Create FAQ.md
5 years ago
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 7f8cac6fbb
Update DATA_API.md 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 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 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 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 0f2d59cf9e Update docs for non-voting nodes 5 years ago
Philip O'Toole 4a04757fe9
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole 1a24905a60
Update RESTORE_FROM_SQLITE.md 5 years ago
Philip O'Toole 0cee8d3163
Update DIAGNOSTICS.md 5 years ago
Philip O'Toole c4611ff53c
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole dda41f1f33
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole 009ef7b156
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole f57ace7da2 Broadcast Store meta via standard consensus
With this change the cluster metadata (arbitrary key-value data associated with each node) is now broadcast across the cluster using the standard consensus mechanism. Specifically the use case for this metadata is to allow all nodes know the HTTP API address of all other nodes, for the purpose of redirecting requests to the leader.

This change removed the need for multiplexing two logical connections
over the single Raft TCP connection, which greatly simplifies the
networking code generally.

Original PR https://github.com/rqlite/rqlite/pull/434
5 years ago
Philip O'Toole 8a0e1ce8f0 Move to Hashicorp Raft v1 5 years ago
Philip O'Toole 50514c71f4
Update BACKUPS.md 5 years ago
Philip O'Toole dc84026af1
Update DATA_API.md 5 years ago
Philip O'Toole 72dae6efe6 Update SECURITY with hashed password support 7 years ago
Philip O'Toole 9dcacb7e42
Update SECURITY.md 7 years ago
Philip O'Toole 8184ad0638 Tweak docs related to use of 0.0.0.0 7 years ago
Philip O'Toole 272792fbef "status" permission required for Go runtime info 7 years ago
Philip O'Toole 7478af36cb
Update RESTORE_FROM_SQLITE.md 7 years ago
Philip O'Toole 406180ecd0
Update RESTORE_FROM_SQLITE.md 7 years ago
Philip O'Toole 34c27b915d Add node about the CP nature of rqlite 7 years ago
Philip O'Toole a7a7314848 Update DESIGN.md 7 years ago
Philip O'Toole 2c4a3e173f Update DESIGN.md 7 years ago
Philip O'Toole 717a8e6795 Update FOREIGN_KEY_CONSTRAINTS.md 7 years ago
Philip O'Toole 43ee679638 Move docs to more obvious directory 7 years ago