1
0
Fork 0

4995 Commits (b921a07549180d354e7c0f3d9531ed19a2a42932)
 

Author SHA1 Message Date
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
Philip O'Toole b238b6c2fb Add simple tool for examining WAL files 1 year ago
Philip O'Toole cb6e897cb5 Merge remote-tracking branch 'origin' into litefs-snapshotting 1 year ago
Philip O'Toole b5eec7ccd8
Merge pull request #1399 from rqlite/better-datadir-log
Better logging of trailing flags
1 year ago
Philip O'Toole fe292f0d11 CHANGELOG 1 year ago
Philip O'Toole 2c870f16c7 Better logging of trailing flags 1 year ago
Philip O'Toole f3f6611eb6 Add WAL-related code from litefs
Many thanks to the authors of litefs.
1 year ago
Philip O'Toole 9b65b45065
Update CHANGELOG.md 1 year ago
Philip O'Toole fe99b746ff
Merge pull request #1395 from rqlite/more-db-stats
More DB and Snapshot stats
1 year ago
Philip O'Toole 5b4ff9b8ce Fix test code 1 year ago
Philip O'Toole 53b432a391 More DB and Snapshot stats 1 year ago
Philip O'Toole ee482f3661
Merge pull request #1394 from rqlite/one-rw-conn
1 RW DB connection only!
1 year ago
Philip O'Toole 3acee87c08 CHANGELOG 1 year ago
Philip O'Toole 4869a2be35 1 RW DB connection only!
Connections where coming from the pool, and if they were new, they had
autocheckpointing set back to 1000!
1 year ago
Philip O'Toole 59e6a23b02 Clean-up logging 1 year ago
Philip O'Toole 3fdc8da479
Merge pull request #1388 from rqlite/no-CHECKPOINT
Ensure databases open with checkpointing disabled
1 year ago
Philip O'Toole 4e5fd30be6 Even less-intensive tests 1 year ago
Philip O'Toole 2fff800273 Substantially shrink Test_MultiNodeClusterLargeQueuedWrites 1 year ago
Philip O'Toole c80ba4907f Revert 1 year ago
Philip O'Toole 10b003a5e0 Bump election timeout
Still seeing unexplained elections on CI. Let's try one more increase.
1 year ago
Philip O'Toole ffe9688dcd Still just setting pragmas on RW conn 1 year ago
Philip O'Toole fcd910531e Merge remote-tracking branch 'origin' into no-CHECKPOINT 1 year ago
Philip O'Toole d975d25503
Merge pull request #1391 from rqlite/otoolep-restorer-unit-tests
Add Restorer unit tests
1 year ago
Philip O'Toole d86e14d55a
Update store_test.go 1 year ago
Philip O'Toole 2bdc133d85
Merge pull request #1390 from rqlite/otoolep-patch-snapshot-restorers
Add Restore to Snapshot Store
1 year ago