1
0
Fork 0

5034 Commits (acc51d850966408f77231cd5a940a1182a335b4e)
 

Author SHA1 Message Date
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
Philip O'Toole ae5bd17b7e
Update CHANGELOG.md 1 year ago
Philip O'Toole dbdf78d0a3
Add Restore to Snapshot Strore 1 year ago
Philip O'Toole 6cb5f14c5d
Merge pull request #1389 from rqlite/otoolep-patch-simpler-logging
Simpler logging of first application
1 year ago
Philip O'Toole 378dd4b2a1
Simpler logging of first application 1 year ago
Philip O'Toole 3030226ab1 Comment 1 year ago
Philip O'Toole c737e73eb2 Fix up test 1 year ago
Philip O'Toole 0a9beb221d CHANGELOG 1 year ago
Philip O'Toole fbbe282670 Test that databases open with checkpoint disabled 1 year ago
Philip O'Toole 0fe26d35d7 Actually disable automatic checkpointing 1 year ago
Philip O'Toole 5ab7069aa0
Update store.go 1 year ago
Philip O'Toole a4f7431108 Log first time a log is applied 1 year ago