1
0
Fork 0

4874 Commits (4a7814a4a36556f1af4850e8cd57d39bc9e35afe)
 

Author SHA1 Message Date
Philip O'Toole a46011c9e9 More code removal 11 months ago
Philip O'Toole 16052d8020 Start removing HTTP join and notify code 11 months ago
Philip O'Toole 5de1c17d8c
Merge pull request #1413 from rqlite/remove-cmd-line-opts
Remove control for RaftNoFreelistSync
11 months ago
Philip O'Toole ced6f6df14 CHANGELOG 11 months ago
Philip O'Toole 65aacc36e6 Remove control for RaftNoFreelistSync
No evidence of it being used, just adds confusion.
11 months ago
Philip O'Toole 9104330964
Merge pull request #1412 from rqlite/remove-ob-metrics
Remove obsolete metrics
11 months ago
Philip O'Toole 18394f84ac CHANGELOG 11 months ago
Philip O'Toole 53632ec5d5 Add Snapshot Store stats 11 months ago
Philip O'Toole 66c1002c32 Remove obsolete metrics 11 months ago
Philip O'Toole b2663de630 Rename snapshot2 -> snapshot 11 months ago
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