1
0
Fork 0

48 Commits (ce33f88732e984e7b92907e0db912e7d268c0a9d)

Author SHA1 Message Date
Philip O'Toole 07620cab41
Reap nodes (#1114)
Support automatic reaping of nodes
2 years ago
Philip O'Toole a6fe0ac061
There is no more legacy disco service 2 years ago
Philip O'Toole 6f56ca71ec
Update CLUSTER_MGMT.md 2 years ago
Philip O'Toole 348b49c757
Update CLUSTER_MGMT.md 2 years ago
谭九鼎 c36f4e09f0
docs/chore: use https for links 3 years ago
Philip O'Toole fe92c44a00 Update CLUSTER MGMT for hostnames 3 years ago
Philip O'Toole adb27a8062
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 4aea326959
Consul and etcd autoclustering (#957)
This PR introduces new node-discovery integration with Consul and etcd. By using one of those systems with rqlite, automatic clustering of rqlite is much easier.
3 years ago
Philip O'Toole de05f49830
Update CLUSTER_MGMT.md
[ci skip]
3 years ago
Philip O'Toole 78d6089bbc
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 4cc5bf6dc0
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 623491c073
Update CLUSTER_MGMT.md 3 years ago
chermehdi 3bfcbffc37 Fix typos and Grammar issues 3 years ago
Philip O'Toole e446b7aedf
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole e695c7d2f0
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole f64eed42c2
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole ff820e81f1
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 65d88fac96
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 03c9ffd815 Update docs 3 years ago
Philip O'Toole 52a5534e93 CHANGELOG 3 years ago
Philip O'Toole 1abd3007ca Rename peers.json after successful recovery 3 years ago
Philip O'Toole 1d6dc78487 More style 3 years ago
Philip O'Toole ba4c688565 Style 3 years ago
Philip O'Toole f512fa1ef6 Add docs for full cluster recovery 3 years ago
Philip O'Toole 082a9071af
Update CLUSTER_MGMT.md 3 years ago
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