Cole Miller
Cole Miller
Fwiw: - I'd support moving everything in `alt` to the root. I don't know that feature flags are needed since the type names are all distinct, there are no new...
Of the functions in dqlite.h, dqlite_node_create seems to be the only one that can return a raft error code. It does look like some of the dqlite_vfs_* functions can return...
Another question (for @freeekanayaka) is whether we still need `FAIL_IF_CHECKPOINTING` at all. edit (MathieuBordere): The question is, could we rely on the SQLite API's return values indicating the db is...
LXD, which is the primary client for dqlite right now, proxies dqlite node-to-node connections from a local Unix-domain socket over an HTTPS transport, using WebSockets. You can see how that's...
> It sounds like the expectation is that peer-to-peer and client-server interactions happen via abstract-domain local sockets, which in turn get proxied out? I'll leave it to the other maintainers...
@freeekanayaka added to my checklist in canonical/dqlite-docs#4
Note that we also have an IRC channel, #dqlite on Libera.Chat. It's mostly the developers chatting about CI/CD failures right now, but we do monitor it and you're welcome to...
@MathieuBordere Thanks, makes sense to me!
Continuing to see this in Jepsen logs (like the failures for [this run](https://github.com/canonical/jepsen.dqlite/actions/runs/3135849145)). It seems to be triggered by the combination of the "bank" workload and the disk nemesis, which...