Philip O'Toole

Results 87 issues of Philip O'Toole

This is very interesting. Would you have any pointers to documentation or resources, that would explain the principles involved here? It might help understand the code (though I will certainly...

Don't know why this test fails

Since rqlite performs statement-based replication, time-like function may result in different values on each node. One way to work around this would be for the receiving node (or leader) to...

Started with https://groups.google.com/d/msgid/rqlite/4dfe1119-0b16-48c1-bdf0-4ff9b1049893n%40googlegroups.com It might be convenient to auto-remove read-only nodes from the cluster if they have not been in contact within a configurable period of time -- since those...

Another idea to ease cluster formation. Nodes could broadcast IP addresses, via UDP, to 255.255.255.255. This would allow new nodes, when they come up on the same LAN, to automatically...

https://github.com/rqlite/rqlite/issues/960

Modify the CLI as described here: https://github.com/rqlite/rqlite/pull/947#discussion_r783630664 and make part of the upcoming 7.0 release.