1
0
Fork 0

5134 Commits (4988c299517b4ea7b8445985b1e6fe86a2272b06)
 

Author SHA1 Message Date
Philip O'Toole f7cc7fb629 End-to-end chunked loading test on single node 10 months ago
Philip O'Toole c93447e29f Delete chunked load entries in log after loading 10 months ago
Philip O'Toole a59de88911 CHANGELOG 10 months ago
Philip O'Toole 0dcc67f6f1 Perform full snapshot after chunked load
This must happen as chunked loading directly changes the SQLite file,
invalidating any existing Snapshots. Also, add missing unit tests for
chunked loading.
10 months ago
Philip O'Toole a99f939ef3
Merge pull request #1457 from rqlite/set-full-needed
Allow FullNeeded to be explicity set to true
10 months ago
Philip O'Toole f419dd7ae9 CHANGELOG 10 months ago
Philip O'Toole 6df1a3f8a9 CHANGELOG 10 months ago
Philip O'Toole 919962c1fb Allow FullNeeded to be explicity set to true 10 months ago
Philip O'Toole 547dc3df96
Merge pull request #1456 from rqlite/full-needed-fn
Add FullNeeded() to Snapshot store
10 months ago
Philip O'Toole 33c159490f CHANGELOG 10 months ago
Philip O'Toole 31aef91d17 Add FullNeeded() to Snapshot store
It may be necessary to override the FullNeeded definition, so wrap it.
10 months ago
Philip O'Toole c756b380a4
Update release_creator.py 10 months ago
Philip O'Toole b7be6f3e82
Update release_creator.py 10 months ago
Philip O'Toole 8c683aae2b
Merge pull request #1454 from rqlite/decrease-raft-threshold
Reduce Raft threshold to 2048
10 months ago
Philip O'Toole 9220fc8bf8 CHANGELOG 10 months ago
Philip O'Toole b674d1a829 Reduce Raft threshold to 2048
This can now go lower, since Raft snapshotting is more efficient. The
upside is that few logs will need be replayed when a node restarts,
which will result in shorter startup times. We may be able to go even
lower -- Consul defaults to 1024.

The downside is more Snapshotting, which pauses the system during that
time. But the pause times should be very short.
10 months ago
Philip O'Toole 332e80fcb4
Update README.md 10 months ago
Philip O'Toole 2e828a17d8
Update CHANGELOG.md 10 months ago
Philip O'Toole 0ec593bf2a
Merge pull request #1453 from rqlite/8-release-notes
Start release notes
10 months ago
Philip O'Toole 48072ad4c2 Typo 10 months ago
Philip O'Toole b03abb32fc More updates 10 months ago
Philip O'Toole 1287c1cec4
Update CHANGELOG.md 10 months ago
Philip O'Toole bfedd986b1 Start release notes 10 months ago
Philip O'Toole cb706af68a Add friendly string version of time 10 months ago
Philip O'Toole 90e8255cb1
Merge pull request #1452 from rqlite/vacuum-on-backup
Support optional VACUUM of requested backup SQLite file
10 months ago
Philip O'Toole 0c4fe7c8ac Fix test 10 months ago
Philip O'Toole 8211af961d Move some VACUUM checks to the Store 10 months ago
Philip O'Toole a876751fe6 CHANGELOG 10 months ago
Philip O'Toole 5c7996fd98 Support optional VACUUM on backup 10 months ago
Philip O'Toole 1acd3a3533
Merge pull request #1451 from rqlite/provider-type
Auto upload to S3 supports optional VACUUM
10 months ago
Philip O'Toole bd57b12ccd End-to-end testing of VACUUM uploads 10 months ago
Philip O'Toole 93b0fd9505 CHANGELOG 10 months ago
Philip O'Toole a0bf10b021 Move VACUUM to DB layer 10 months ago
Philip O'Toole f26f15476e Actually add Provider type 10 months ago
Philip O'Toole 817998396f Add VACUUM to database code 10 months ago
Philip O'Toole dfb8a60c17 Move Store Provide to a distinct type 10 months ago
Philip O'Toole 11c5c86c4b
Merge pull request #1449 from rqlite/otoolep-remove-unneeded-header-fetch
Remove unneeded refetch of the header
10 months ago
Philip O'Toole c0061aca06
Add missing update 10 months ago
Philip O'Toole fc7d0297b8
Merge pull request #1448 from rqlite/otoolep-indices-sort
No need to cast indices
10 months ago
Philip O'Toole fd01909415
Update writer.go 10 months ago
Philip O'Toole 967bd410ae
No need to cast indicces
GPT4 spotted this
10 months ago
Philip O'Toole 9524f5ba95
Update README 10 months ago
Philip O'Toole 0a85cf0305
Merge pull request #1447 from rqlite/remove-creds
Set credentials on Remover
10 months ago
Philip O'Toole 5639a7f051 Tweak README 10 months ago
Philip O'Toole a105ca5bb1 CHANGELOG 10 months ago
Philip O'Toole d45e1b0e6e Set credentials on Remover 10 months ago
Philip O'Toole 800d79c82e
Merge pull request #1446 from rqlite/e2e-7-upgrade
E2e 7 upgrade
10 months ago
Philip O'Toole c723a049d9 evert "Confirm test failures detected"
This reverts commit 056215a1a7.
10 months ago
Philip O'Toole 056215a1a7 Confirm test failures detected 10 months ago
Philip O'Toole d595b31f26 Check that each node has the right data 10 months ago