1
0
Fork 0

530 Commits (10c2a143cd8ba882d36ba264b4d6ff3bdccd56e0)

Author SHA1 Message Date
Philip O'Toole ce28a0437f Simpler bool assignment 8 months ago
Philip O'Toole e7ca1ed220 Re-enable incremental logging if Raft level < WARN 8 months ago
Philip O'Toole d383e865cb Don't log incremental Persist times 8 months ago
Philip O'Toole 5a1ef0d6b4 Merge remote-tracking branch 'origin' into full-snapshot-logging-only 8 months ago
Philip O'Toole 3294b87727 Only log full snapshots 8 months ago
Philip O'Toole 78f4653b5b Change Raft default log level to WARN 8 months ago
Philip O'Toole c0470289d9 Standardize logging by Raft module 8 months ago
Philip O'Toole cf51165524 Fix up comment 8 months ago
Philip O'Toole fdd65cde8d Set indexes post Restore 8 months ago
Philip O'Toole 3ddeebbba4 Improve Store restart test 8 months ago
Philip O'Toole 0cbbb44b48 GoDoc 8 months ago
Philip O'Toole 40166b852b More logic related to indexes in Store 8 months ago
Philip O'Toole 6b823052a3 Bring internal indexes up-to-date post Restore 8 months ago
Philip O'Toole 481bb0937c Unit test DB applied index 8 months ago
Philip O'Toole d661d1faa9 Shorter variable names 8 months ago
Philip O'Toole 43ea0615cd Tighthen up DB applied index 8 months ago
Philip O'Toole 5b75396057 Track index of log which last mutated the database 8 months ago
Philip O'Toole b50867be47 Track commands which change the database 8 months ago
Philip O'Toole dd70085204
Typo 8 months ago
Philip O'Toole fb45899e81 Loading a database invalidates existing snapshots 8 months ago
Philip O'Toole 602d2874ca Move to times 9 months ago
Philip O'Toole e14d065e3d Comments and counters 9 months ago
Philip O'Toole 03c9441e94 Clearer comment 9 months ago
Philip O'Toole f3ba52c749 Merge remote-tracking branch 'origin' into backup-vacuum-fast-path 9 months ago
Philip O'Toole bccc83b7d5 Add fast path for vacuum, non-compressed backups 9 months ago
Philip O'Toole a087d509ac Upload Provider uses Snapshot-locking backup 9 months ago
Philip O'Toole b62e7960c9 Switch to "BestSpeed" for all internode traffic 9 months ago
Philip O'Toole a5f2bd8d74 Allow WAL files for /boot 9 months ago
Philip O'Toole 720926a61a Simpler return 9 months ago
Philip O'Toole 9c2e730995 Support compressed backups at Store level 9 months ago
Philip O'Toole 36ee3faf08 Move some state-related functions to own file 9 months ago
Philip O'Toole d1cc802292 Fix return codes in HasData
This function should actually work fine, can wait for next release.
9 months ago
Philip O'Toole 583a4820f5 Add HasData, which returns true if there is data 9 months ago
Philip O'Toole fe4747ba0e
Merge pull request #1557 from rqlite/remove-wal-req
Remove restriction on non-WAL restore
9 months ago
Philip O'Toole 21dc186186 Remove restriction on non-WAL restore
Never really had a strong reason for it.
9 months ago
Philip O'Toole f06eba4bb8 Fix logic 9 months ago
Philip O'Toole 6333b8cd82 Check for error with specific text 9 months ago
Philip O'Toole f18fb66665 Better logic 9 months ago
Philip O'Toole c1cd29e163 Ignore nothing to snapshot 9 months ago
Philip O'Toole 3d88672c60 Add fast-path backup 9 months ago
Philip O'Toole 8bfa54d700 Unit test CAS 9 months ago
Philip O'Toole 5c5b226303 Working 9 months ago
Philip O'Toole bf18b3fab5 Remove some excessive logging 9 months ago
Philip O'Toole 07f41056b2 Friendly dir size 9 months ago
Philip O'Toole 7dd161c386 Don't ever use zero tickers 9 months ago
Philip O'Toole a8cb7bf142 Always stop tickers 9 months ago
Philip O'Toole 8230b11088 Cleaner WAL goroutine handling
Add a unit test too, checking if WAL-triggered snapshotting actually
happens.
9 months ago
Philip O'Toole d881d8a78c Merge remote-tracking branch 'origin' into command-processor 9 months ago
Philip O'Toole 4fa94cc465 Fix logic 9 months ago
Philip O'Toole 4095561a3f Only report Snapshot stats if available 9 months ago