1
0
Fork 0

23 Commits (9ecd52ba091575cdbb962ae1a1095dd75487a63f)

Author SHA1 Message Date
Philip O'Toole 9bbe68adaf More docs about changing network addresses 3 years ago
Philip O'Toole bb46e2f63c Even better docs about joining 3 years ago
Philip O'Toole a9fe7cb563 Better documentation on rejoin 3 years ago
Philip O'Toole 4591e2df35 Don't ignore -join even if previous state exists 3 years ago
Philip O'Toole 39e5ca1b2e
Update CLUSTER_MGMT.md 4 years ago
Philip O'Toole ec2b6a019a
Update CLUSTER_MGMT.md 4 years ago
Philip O'Toole d5322a1909
Ignore join request if node already part of cluster (#711)
rqlite used to work like this, but suffered a regression due to a change in how Hashicorp Raft worked. The manner it changed in was not public, so relying on it was always fragile.
4 years ago
Philip O'Toole 3beb61cc70 Update CHANGELOG and docs 5 years ago
Philip O'Toole d4027f72ad
Update CLUSTER_MGMT.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 97e577f2d0
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole c046be5522
Update CLUSTER_MGMT.md 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 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 8184ad0638 Tweak docs related to use of 0.0.0.0 7 years ago
Philip O'Toole 43ee679638 Move docs to more obvious directory 7 years ago