1
0
Fork 0

119 Commits (b9200951ee9c805dab1f36241856da8bed63dd14)

Author SHA1 Message Date
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