1
0
Fork 0

2388 Commits (6fd775b1d7d65926464ae3bc6027f0d59ce14e97)
 

Author SHA1 Message Date
Philip O'Toole 2e19df93de Correct comment 4 years ago
Philip O'Toole 8dbd2678dd More end-to-end snapshot and restore testing 4 years ago
Philip O'Toole eb01e8dc9d Skip temp file when restoring in-memory database
This saves a read and write to disk, the size of the SQLite database.
4 years ago
Philip O'Toole 7900adbf53 Add Deserialize to DB layer 4 years ago
Philip O'Toole a8986f7e2a
Update CHANGELOG.md 4 years ago
Philip O'Toole 2039f793d7
Update CHANGELOG.md 4 years ago
Philip O'Toole 9590972d0e
Merge pull request #738 from rqlite/no-disk-during-snap
Don't use temp file when snapshotting database
4 years ago
Philip O'Toole db64f4c923 Don't use temp file during database snapshot
Snapshotting the database does not now need to write to disk, and copy
the SQLite database straight to RAM, for handoff to the Raft subsystem.
4 years ago
Philip O'Toole 9210297413 Unit test DB serialize 4 years ago
Philip O'Toole 6fad9a6a80 Finally get go-sqlite3 fork working 4 years ago
Philip O'Toole 93a78f09a0 Add call to Serialize function 4 years ago
Philip O'Toole 488a9554ea Switch to rqlite fork of go-sqlite3 4 years ago
Philip O'Toole d560356d8d Fix spelling mistakes 4 years ago
Philip O'Toole fc02375833
Merge pull request #737 from rqlite/ineff-assign
Remove unused byte slice address
4 years ago
Philip O'Toole 8576ed3cfd Remove unused byte slice address 4 years ago
Philip O'Toole c5fb01532b
Merge pull request #736 from rqlite/small-fixes
Trivial cleanups
4 years ago
Philip O'Toole bb31aef20a ABL 4 years ago
Philip O'Toole 5295a0e6b1 Trivial cleanups 4 years ago
Philip O'Toole 654bfb18ad
5.9.0 is going out. 4 years ago
Philip O'Toole e9332ded2f
Update DATA_API.md 4 years ago
Philip O'Toole a5ff198dca
Update CHANGELOG.md 4 years ago
Philip O'Toole 31352be191
Merge pull request #735 from rqlite/trailing-logs-policy
Implement policy over trailing Raft logs
4 years ago
Philip O'Toole be0286fd4b More extensive end-to-end snapshot testing 4 years ago
Philip O'Toole 9526889f8a Merge remote-tracking branch 'origin/master' into trailing-logs-policy 4 years ago
Philip O'Toole fe5ef8b935
Merge pull request #734 from rqlite/leader-control-startup
Better control over waiting for leader at command-line
4 years ago
Philip O'Toole 9b0852e711 Implement policy over trailing logs
Don't allow control over trailing logs directly, just implement a policy
that scales the number by 1.25 relative to Snapshot threshold. Without
doing this it may be that setting the snapshot threshold lower doesn't
actually affect SQLite start up times, due to log application. Perhaps
this really needs exposure at the command line, but the command line is
starting to get complicated.
4 years ago
Philip O'Toole 1d12ae8d4e
Update CHANGELOG.md 4 years ago
Philip O'Toole b27cdfbf4d Better control over waiting for leader 4 years ago
Philip O'Toole 0b59538353
Update CHANGELOG.md 4 years ago
Philip O'Toole 7745ecb4dc
Merge pull request #733 from rqlite/better-log-startup
Clearer Raft log status during startup
4 years ago
Philip O'Toole 6670a22850 Actually check error codes during Store startup
This was a bug.
4 years ago
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