1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
BACKUPS.md Update BACKUPS.md 5 years ago
BULK.md Move docs to more obvious directory 7 years ago
CLI.md Move docs to more obvious directory 7 years ago
CLUSTER_MGMT.md Broadcast Store meta via standard consensus 5 years ago
CONSISTENCY.md Move docs to more obvious directory 7 years ago
DATA_API.md Update DATA_API.md 5 years ago
DESIGN.md Add node about the CP nature of rqlite 7 years ago
DIAGNOSTICS.md Move docs to more obvious directory 7 years ago
DISCOVERY.md Move docs to more obvious directory 7 years ago
FOREIGN_KEY_CONSTRAINTS.md Update FOREIGN_KEY_CONSTRAINTS.md 7 years ago
README.md Move docs to more obvious directory 7 years ago
RESTORE_FROM_SQLITE.md Update RESTORE_FROM_SQLITE.md 7 years ago
SECURITY.md Update SECURITY with hashed password support 7 years ago
logo-text-50.png Move docs to more obvious directory 7 years ago
logo-text.png Move docs to more obvious directory 7 years ago

README.md

rqlite documentation

Detailed documentation on the design, implementation, and operation of rqlite.

Google Group

The rqlite Google Group is also another source of information.