1
0
Fork 0

4653 Commits (cb384a9df2a5f8790e272febccaceac994c8fc15)
 

Author SHA1 Message Date
Philip O'Toole 896a6530c6 Check for errors when performing requests 1 year ago
Philip O'Toole d940ff3265
Update CHANGELOG.md 1 year ago
Philip O'Toole aee3b5d8f5 Merge branch 'master' of github.com:rqlite/rqlite 1 year ago
Philip O'Toole c552dba575 Record how long checkpointing takes 1 year ago
Philip O'Toole 91fadb4412
Update CHANGELOG.md 1 year ago
Philip O'Toole a80ab8aec6
Merge pull request #1318 from rqlite/record-applied-index
Periodically record actual applied index
1 year ago
Philip O'Toole 4342650c33 Fix RecoverNode 1 year ago
Philip O'Toole ad73779285 Periodically record actually applied index
This ensures the system doesn't apply uncommitted log entries to the
FSM, if it runs the in-memory startup. There have been no reports of
this in the field -- it is an edge case -- but this removes any chance
of it.
1 year ago
Philip O'Toole f3a73efb84
Merge pull request #1317 from rqlite/test-wal-replay
Ensure WAL replay works
1 year ago
Philip O'Toole b64efbdee1 Better testing 1 year ago
Philip O'Toole 539e578227 Add WAL-validity checking functions 1 year ago
Philip O'Toole d940779045 More unit testing of WAL-replay 1 year ago
Philip O'Toole 1cd27314e3 CHANGELOG 1 year ago
Philip O'Toole 50fbdc73fd Tigther code 1 year ago
Philip O'Toole a9796eeb36 Better testing 1 year ago
Philip O'Toole 7b37fb7531
Merge pull request #1316 from rqlite/tidy-up-wal
Tidy up wal
1 year ago
Philip O'Toole 524ccc47ed CHANGELOG 1 year ago
Philip O'Toole abfe056b4c Remove any -wal and -shm files on shutdown
If in WAL mode, open-and-close again to remove the -wal file. This is not strictly necessary, since any on-disk database files will be removed when rqlite next starts, but it leaves the directory containing the database file in a cleaner state.
1 year ago
Philip O'Toole c9422e22cf
Merge pull request #1315 from rqlite/enable-wal-for-real
Enable WAL when running in on-disk mode
1 year ago
Philip O'Toole 9bc2d30910 CHANGELOG 1 year ago
Philip O'Toole 6cd8d30749 Fix Store-level database-backup test 1 year ago
Philip O'Toole a6925414ef Better comments 1 year ago
Philip O'Toole b2f28d1181 Better WAL control 1 year ago
Philip O'Toole 2f7672d897 Enable WAL mode 1 year ago
Philip O'Toole ca67ee4cff Remove debug statement 1 year ago
Philip O'Toole 68fc185c76 More WAL DB open testing 1 year ago
Philip O'Toole baa062c2db
Update CHANGELOG.md 1 year ago
Philip O'Toole b8a99032c3
Update CHANGELOG.md 1 year ago
Philip O'Toole 0c68a671a6
Merge pull request #1314 from rqlite/enable-wal-simple
Enable WAL mode for on-disk mode
1 year ago
Philip O'Toole 19d83ff1ca More enforcement of DELETE mode in-and-out 1 year ago
Philip O'Toole 0463a92fde Fix Serialize() to work with WAL mode
This function is even more resource (disk, RAM) intensive, but it's goal
is to be correct, not efficient.
1 year ago
Philip O'Toole 4e639d4f17 Add more detail to comments
Serialize() is problematic with WAL mode databases. It needs close study
and may have to be retired before enabling WAL mode. For example
Serialize() is called by Snapshotting. Snapshotting would need to move
to Backup, at for on-disk mode.
1 year ago
Philip O'Toole 33b56af639 Fix Backup for WAL mode 1 year ago
Philip O'Toole 65da694a7c
Update CHANGELOG.md 1 year ago
Philip O'Toole 51a717e37a
Merge pull request #1313 from rqlite/improve-sysdump
Improve sysdump
1 year ago
Philip O'Toole 935dd10219 Fix typo in CHANGELOG 1 year ago
Philip O'Toole 9402a5367f CHANGELOG 1 year ago
Philip O'Toole 3592bae314 Add /readyz to sysdump 1 year ago
Philip O'Toole b03a5ffc96 .sysdump retrieves info from all nodes 1 year ago
Philip O'Toole 37f7feb347
Update CHANGELOG.md 1 year ago
Philip O'Toole b22b458e23
Merge pull request #1311 from rqlite/status-endpoint-key
Support 'key' param on /status endpoint
1 year ago
Philip O'Toole 2cec05cc80 If no key, return JSON blob unchanged 1 year ago
Philip O'Toole cba9670c77 Support 'key' param on /status endpoint 1 year ago
Philip O'Toole 238e67a9bb
Merge pull request #1309 from rqlite/snapshot-factor-out
Factor Snapshot creation into own module
1 year ago
Philip O'Toole 585f9c9c05 Use Snapshot decoder in Store 1 year ago
Philip O'Toole 074589e681 Add V1 snapshot decoding 1 year ago
Philip O'Toole 58534d4815 Better name for V1 Snapshotter 1 year ago
Philip O'Toole cc659428c2 CHANGELOG 1 year ago
Philip O'Toole c87931c45c Factor Snapshot creation into own module 1 year ago
Philip O'Toole d9424769ff
Update CHANGELOG.md 1 year ago