1
0
Fork 0

5143 Commits (ae194837c261c3a3308f7869778f751c1cc29983)
 

Author SHA1 Message Date
Philip O'Toole 3558aba73b CHANGELOG 9 months ago
Philip O'Toole 6fdd454632 Introduce explicit FSM type
This will make the code cleaner, and help clean up un-closed file
handles.
9 months ago
Philip O'Toole 33cb121652 Some logging and load-test improvements 9 months ago
Philip O'Toole 9236207666 Remove use of deprecated library call 9 months ago
Philip O'Toole 0ecbc29061 Replace uses of deprecated library 9 months ago
Philip O'Toole c40d48febe
Merge pull request #1466 from rqlite/close-dechunker
Close all dechunkers at Store shutdown
9 months ago
Philip O'Toole 90ed1645de CHANGELOG 9 months ago
Philip O'Toole abc0898c5f Close all dechunkers at Store shutdown 9 months ago
Philip O'Toole e1955b70fe
Update CHANGELOG.md 9 months ago
Philip O'Toole acc51d8509
Merge pull request #1463 from rqlite/load-tracking
Synchronize Snapshotting and chunked loading
9 months ago
Philip O'Toole e3fa8584c0 Store can handle snapshotting empty WAL files 9 months ago
Philip O'Toole 806932d008 CHANGELOG 9 months ago
Philip O'Toole 09536c2195 Merge remote-tracking branch 'origin' into load-tracking 9 months ago
Philip O'Toole 5583c02e4f
Merge pull request #1464 from rqlite/zero-wal
Handle snapshotting of empty WAL files
9 months ago
Philip O'Toole 88971bb883 Merge remote-tracking branch 'origin' into zero-wal 9 months ago
Philip O'Toole 6320a95e27
Merge pull request #1465 from rqlite/uploader-done
Move uploader goroutine into Uploader
9 months ago
Philip O'Toole 3427140bbc CHANGELOG 9 months ago
Philip O'Toole e594b7a195 Ensure Stats are always reset for a test 9 months ago
Philip O'Toole 7e05f42fe3 Possible fix for racy uploader test
See https://app.circleci.com/pipelines/github/rqlite/rqlite/3648/workflows/d1235267-093d-4ac7-8d8d-061bc2ac9744/jobs/26157
9 months ago
Philip O'Toole a46b6573c0 CHANGELOG 9 months ago
Philip O'Toole cdf7cbdea1 Handle snapshots for empty WALs 9 months ago
Philip O'Toole c05351e187 Improve log message 10 months ago
Philip O'Toole 62dcb881fc More DB and Checkpoint tests 10 months ago
Philip O'Toole 36ad021fdd Don't ignore errors 10 months ago
Philip O'Toole e0c6861ca8 Improve test 10 months ago
Philip O'Toole e6ddf27072 Unit test sync between chunked loading and Snapshotting 10 months ago
Philip O'Toole 59e928d058 Remove superfluous blank line 10 months ago
Philip O'Toole e83a93a9cf Remove use of deprecated library 10 months ago
Philip O'Toole df76560168 Sync and report number of loads in progress 10 months ago
Philip O'Toole b0cd5c5a0c Add more Load stats 10 months ago
Philip O'Toole a771b11b8d Simpler test logic 10 months ago
Philip O'Toole 04c4671b68 Unit test Abort() 10 months ago
Philip O'Toole e0f361509a Handle aborted chunks at lowest level 10 months ago
Philip O'Toole 37fe324d6a Send Abort load chunk requests as needed 10 months ago
Philip O'Toole dd6f386450 Refactor chunk loading 10 months ago
Philip O'Toole 94898ce43e Track loads in progress 10 months ago
Philip O'Toole dcc23a7968
Merge pull request #1462 from rqlite/refactor-redirect
Refactor redirect logic in HTTP service
10 months ago
Philip O'Toole 2c57bfa99d Unit test DoRedirect 10 months ago
Philip O'Toole 4470f751a3 CHANGELOG 10 months ago
Philip O'Toole e9a0a9ebfa Roll all Redirect logic into single function 10 months ago
Philip O'Toole 3a0f776e57 Refactor redirect 10 months ago
Philip O'Toole 6622b99979
Update CHANGELOG.md 10 months ago
Philip O'Toole df151bcb68
Merge pull request #1460 from rqlite/trail-to-zero
Set `TrailingLogs=0` to truncate log during user-initiated Snapshotting
10 months ago
Philip O'Toole 44fa23b714 Use TrailingLogs = 0 to truncate log 10 months ago
Philip O'Toole 0bd403ad83
Merge pull request #1459 from rqlite/64-default-chk
Standardize on chunk size
10 months ago
Philip O'Toole 264e9822eb Standardize on chunk size 10 months ago
Philip O'Toole 10146acf29
Update CHANGELOG.md 10 months ago
Philip O'Toole 2eb5bc8344 Backup Raft snapshot threshold
Let's not make changes that haven't been fully tested.
10 months ago
Philip O'Toole b921a07549
Merge pull request #1458 from rqlite/chunked-loading-fixes
Perform full snapshot after chunked load
10 months ago
Philip O'Toole d726a4c780 Correct and simplify logic 10 months ago