1
0
Fork 0

4969 Commits (b674d1a82974b0091168ad7645e4e4cc398c9ed7)
 

Author SHA1 Message Date
Philip O'Toole b37ac2d351
Merge pull request #1410 from rqlite/snapshot-v2
Simplify WAL-based Snapshotting
11 months ago
Philip O'Toole 0d521777df Close files during touch 11 months ago
Philip O'Toole c3be580a53 CHANGELOG 11 months ago
Philip O'Toole 0a5b0a12d2 Revert appveyor changes 11 months ago
Philip O'Toole c11d059551 Better function name 11 months ago
Philip O'Toole 10e6f1b115 Clean up snapshot FDs 11 months ago
Philip O'Toole 93566415e3 Just run bad test 11 months ago
Philip O'Toole 371e74f124
Close Sink's rc when Persist completes 11 months ago
Philip O'Toole 676389bf7b Lock Sink and fix getSnapshots 11 months ago
Philip O'Toole 47d877cc25 Don't close dst file until done 11 months ago
Philip O'Toole c3581f4f2a Update snapshot meta with snapshot size 11 months ago
Philip O'Toole 09712788c9 Store now builds with snapshot2 11 months ago
Philip O'Toole a69aa7838d Remove snapshot 1 11 months ago
Philip O'Toole 6a60108f0c Start work on Restore and Recover
Builds, but still needs more work. It's referencing snapshot(1).
11 months ago
Philip O'Toole 0700b6bd79 Add snapshot store 2 upgrader 11 months ago
Philip O'Toole 6c37a35bc0 Add check() to Snapshot Store 11 months ago
Philip O'Toole d53086cb7c Always use WAL mode 11 months ago
Philip O'Toole d34c35df31 No need to Store-level WAL selection 11 months ago
Philip O'Toole c95d662010 Sink uses DELETE mode 11 months ago
Philip O'Toole c52176d10e Full Sink testing 11 months ago
Philip O'Toole ac208a9e45 Final syncing 11 months ago
Philip O'Toole 607651d6b3 More logging 11 months ago
Philip O'Toole 89952ff8c5 More Sink testing 11 months ago
Philip O'Toole 9c82050902 More Sink testing 11 months ago
Philip O'Toole bbcb8f7c9b First testing of full snapshotting 11 months ago
Philip O'Toole cdb78e0486 Move to Sink opened flag 11 months ago
Philip O'Toole 42e09098f9
Merge pull request #1409 from computerscienceiscool/patch-2
Update README.md
11 months ago
JJ c07936bcae
Update README.md
Fixed small spelling error.
11 months ago
Philip O'Toole 4be0f70760 More Sink testing
Tracking open/close state of Sinks is awkward.
11 months ago
Philip O'Toole c4448a358e Better comment 11 months ago
Philip O'Toole 878309e115 More Store testing 11 months ago
Philip O'Toole 93e52c43a2 Unit test RemoveAllTmpSnapshotData 11 months ago
Philip O'Toole 6be7191479
Merge pull request #1408 from rqlite/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.14.0 to 0.17.0
11 months ago
dependabot[bot] 78248b08b1
Bump golang.org/x/net from 0.14.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Philip O'Toole 26ca4292fa Start unit-testing Snapshot Store v2 12 months ago
Philip O'Toole 5e3d481a6e Fill out methods on SnapshotStore v2 12 months ago
Philip O'Toole 7c420407c2 WIP snapshot2
Close() on the Sink is done (first pass). What's needed next are all the
methods on the Store (Open, List, FullNeeded). I also need to decide
what getSnapshots should really do -- return names or a slice of meta?
12 months ago
Philip O'Toole 434ba40b24
Update CHANGELOG.md
https://github.com/rqlite/rqlite/pull/1405
12 months ago
Philip O'Toole b730142e5f
Merge pull request #1405 from jtarchie/master
provide a default timeout on http client
12 months ago
JT Archie 6503ffac89 provide a timeout on http client
When using the `rqlite` CLI, I was unable to determine an issue of connection.
It turns out that the arugments I had provided were not working.
The issue did not present itself till I added a timeout to the HTTP client.
12 months ago
Philip O'Toole 983c786ad9 Merge remote-tracking branch 'origin' into snapshot-v2 1 year ago
Philip O'Toole ea92d5d7bd
Merge pull request #1404 from rqlite/snapshot-store-if
Add an interface between Store and Snapshot Store
1 year ago
Philip O'Toole 91b3ac029a CHANGELOG 1 year ago
Philip O'Toole 974f939ffe Add an interface between Store and Snapshot Store
This will make it easier to swap new implementations in.
1 year ago
Philip O'Toole b1530753ea Add design notes 1 year ago
Philip O'Toole 709cb8c73a Add design notes for snapshot2
This should be much simpler.
1 year ago
Philip O'Toole 7c40b711ba
Merge pull request #1402 from rqlite/otoolep-fix-var-swap
Correct variable assignment order
1 year ago
Philip O'Toole be17f2a3cc
Correct variable assignment order 1 year ago
Philip O'Toole 41c59ea531 Add initial skeleton of WAL Compactor 1 year ago
Philip O'Toole 0c0c6cd757 Fix output 1 year ago