1
0
Fork 0

2257 Commits (fda093b0739ea57659d74493852d343747e7d340)
 

Author SHA1 Message Date
Philip O'Toole f07c3673c5 Log at start-up first and last Raft log indexes 4 years ago
Philip O'Toole 2e6a93faa3 Convenience function to get both indexes at once 4 years ago
Philip O'Toole 8e11534139 Support getting log first and last index 4 years ago
Philip O'Toole 478a0fa7f8
Update FAQ.md 4 years ago
Philip O'Toole 28fee3aa6f
Merge pull request #729 from wilva/master
Use macOS instead of OSX
4 years ago
Wil van Antwerpen 692916dcc8
Use macOS instead of OSX
If you use OSX instead of macOS in your doc, it suggests that the source does not work on recent versions of macOS.
4 years ago
Philip O'Toole 4fe9d8d9e2
Update READ_ONLY_NODES.md 4 years ago
Philip O'Toole 24bbec5033
Update years 4 years ago
Philip O'Toole c58d21923a
Update CONTRIBUTING.md 4 years ago
Philip O'Toole 16ad2f0de2
Update CONTRIBUTING.md 4 years ago
Philip O'Toole 7682c58926
Update CHANGELOG.md 4 years ago
Philip O'Toole f9b6eb80e0
Merge pull request #726 from rqlite/legacy-metrics
Count number of legacy commands unmarshaled
4 years ago
Philip O'Toole 8cb88d7744 Count number of legacy commands unmarshaled 4 years ago
Philip O'Toole 10a24cf229
Merge pull request #725 from rqlite/better-command-decode-panic
Better command decoding panic message
4 years ago
Philip O'Toole 4f0c3092b3 Better command decoding panic message 4 years ago
Philip O'Toole 9ca75f3d8a
Update CHANGELOG.md 4 years ago
Philip O'Toole 7606c0ecb7
Merge pull request #724 from rqlite/cli-dump-version
rqlite dumps rqlite node version at startup
4 years ago
Philip O'Toole 0b544ff634 Update CHANGELOG 4 years ago
Philip O'Toole 09931f8338 rqlite dumps rqlite node version at startup 4 years ago
Philip O'Toole a1419a87fe
Merge pull request #721 from rqlite/refactor-simple
Factor out binary value functions
4 years ago
Philip O'Toole 7780a0987b Simplify variable declaration 4 years ago
Philip O'Toole e52b4c58c3 Factor out binary value functions 4 years ago
Philip O'Toole b41e5c19c5
5.8.0 is going out 4 years ago
Philip O'Toole 77d0da3e4f
Merge pull request #720 from rqlite/better-http-500
Include more information with HTTP 500
4 years ago
Philip O'Toole ab2338733c Include more information with HTTP 500 4 years ago
Philip O'Toole c312724af5
Update CHANGELOG.md 4 years ago
Philip O'Toole fe6ac28aa3
Merge pull request #719 from rqlite/better-flag-handling
Exit if arguments are passed after data directory
4 years ago
Philip O'Toole 499df692be Exit if arguments are passed after data directory
Fixes issue #718.
4 years ago
Philip O'Toole b787736459
Update FAQ.md 4 years ago
Philip O'Toole 2108a5ab0c
Update CONSISTENCY.md 4 years ago
Philip O'Toole 8525e61ed1
Update CHANGELOG.md 4 years ago
Philip O'Toole 011bc00784
Add SQLite database page-centric size to status output 4 years ago
Philip O'Toole a40338b113 Tweak log output 4 years ago
Philip O'Toole f81d7e29d7
Enable http/2.0 support for TLS
As per https://blog.cloudflare.com/exposing-go-on-the-internet/
4 years ago
Philip O'Toole 1512deed7f
Update CHANGELOG.md 4 years ago
Philip O'Toole 6d77d904e7
Compress SQLite database in Raft snapshot
Before Raft truncates the log, it needs to retrieve a snapshot of the SQLite database to represent the log entries that are removed during that truncation. Raft then writes that snapshot to disk. To reduce both disk IO and disk space this change compresses that SQLite snapshot before it is written to disk, and decompresses it during a restore operation.

This change also deals with older SQLite snapshots, which were not compressed.
4 years ago
Philip O'Toole 8f194717f1
Merge pull request #714 from rqlite/upgrade-mods
Update dependencies
4 years ago
Philip O'Toole cdcefd53bd Update dependencies 4 years ago
Philip O'Toole 147a126f2b
Update FAQ.md 4 years ago
Philip O'Toole 76f6c04de2
Update FAQ.md 4 years ago
Philip O'Toole b831dc2ab2
Update FAQ.md 4 years ago
Philip O'Toole 11e27ded5d
Update CHANGELOG.md 4 years ago
Philip O'Toole 4269afcad0
Merge pull request #712 from rqlite/e2e-join
End-to-end test of idempotent join
4 years ago
Philip O'Toole 56cb9321d2 End-to-end test of idempotent join 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 fad73a0106
Update FAQ.md 4 years ago
Philip O'Toole 707f3d9e4e
Update FAQ.md 4 years ago
Philip O'Toole 1db095cdfe
Update FAQ.md 4 years ago
Philip O'Toole 6bac786315
Update README.md 4 years ago
Philip O'Toole 7f494019c7
Update README.md 4 years ago