1
0
Fork 0

590 Commits (master)

Author SHA1 Message Date
Philip O'Toole 86d02b675e Init open 7 months ago
Philip O'Toole 35348d393a Use new AtomicBool 7 months ago
Philip O'Toole 70cfe680cc Handle non-open Stores 7 months ago
Philip O'Toole 1137c70508 Use consistent file perms post Boot 7 months ago
Philip O'Toole 049944377c
Use built-in max 7 months ago
Philip O'Toole db971f5073 Merge branch 'master' of github.com:rqlite/rqlite into ready-commit 7 months ago
Philip O'Toole a48f48e55a Wait until Leader Commit is at least 1 7 months ago
Philip O'Toole 45f0ca7414 Hook in commit flag to /readyz 7 months ago
Philip O'Toole c41799fc8d Better wait for function 7 months ago
Philip O'Toole e3b72079b4 Add WaitCommitIndex 7 months ago
Philip O'Toole 097b664c45 Expose Raft transport stats 7 months ago
Philip O'Toole 71ed3c9657 Expose Leader Commit Index 7 months ago
Philip O'Toole 86750b9fe1 Formatting 7 months ago
Philip O'Toole 8255d199a2 Use FSM Command Commit Index for Stale Reads check 7 months ago
Philip O'Toole e64b7771eb Add new times to Store Stats 7 months ago
Philip O'Toole 38532efb8c Add optional freshness_strict 7 months ago
Philip O'Toole 1919c6eaec Better comments 7 months ago
Philip O'Toole 595f22938d Comments 7 months ago
Philip O'Toole c473612029 Refactor stale-read check for testability 7 months ago
Philip O'Toole d92c0d1fda Clearer logic 7 months ago
Philip O'Toole 3c3ba7b839 Support stale reads relative to Leader time 7 months ago
Philip O'Toole 248c66f251 Better logic 8 months ago
Philip O'Toole 5b4d366e01 Revert "Merge pull request #1677 from rqlite/restore-store-not-ready"
This reverts commit c28eff8db5, reversing
changes made to efeee215e3.
8 months ago
Philip O'Toole ac74a84712 Store is "not ready" during a Restore from Snapshot
https://github.com/rqlite/rqlite/issues/1672
8 months ago
Philip O'Toole ca5e279742 Use atomic.Uint64 instead of mutexes
The code is simpler and easier to read.
8 months ago
Philip O'Toole dbc4f2b63b Small refactor of Stale Reads check 8 months ago
Philip O'Toole d64ac21291 Have to send it through consensus!
Jeez.
8 months ago
Philip O'Toole e64985ff82 Minor optimizations to Requests on Store 8 months ago
Philip O'Toole e0a9dfd16c Use defer only to make sure WAL file is closed 8 months ago
Philip O'Toole b4215a17ea Unit test Jitter 8 months ago
Philip O'Toole 007f07c09e
Add Leader check to /db/request with NONE 8 months ago
Philip O'Toole b1f5ca2102 Fix comment 8 months ago
Philip O'Toole c5d549ae56 Don't close the Scanner until Bytes is done 8 months ago
Philip O'Toole 3f15a89a1d Integrate Scanner Bytes 8 months ago
Philip O'Toole 52eba8049a Remove metrics 8 months ago
Philip O'Toole 82939df4d9 CHANGELOG 8 months ago
Philip O'Toole 9df4c0527c Optimize Requests 8 months ago
Philip O'Toole 039e907e3f Merge remote-tracking branch 'origin' into queries-only-do-local 8 months ago
Philip O'Toole d39c0c8367 Restart, then Truncate, the WAL 8 months ago
Philip O'Toole c8032e2061 Merge remote-tracking branch 'origin' into remove-full-check-fail 8 months ago
Philip O'Toole a987ec2e28 Remove unneeded SetFullNeeded post checkpoint fail 8 months ago
Philip O'Toole 958b67908b Move to explicit checkpoint type 8 months ago
Philip O'Toole 5261b7058e Execute ExecuteRequests locally if possible 8 months ago
Philip O'Toole 943345b647 FullSnapshot needed if WAL checkpoint fails 8 months ago
Philip O'Toole 59edb3d721 Fix key misspell 8 months ago
Philip O'Toole 49c0dc4db5 Unit test explicit VACUUM 8 months ago
Philip O'Toole dad70e2350 More text fixes 8 months ago
Philip O'Toole 4200727df2 Standarize time 8 months ago
Philip O'Toole 67bec0ba85 Improve auto-vac time management 8 months ago
Philip O'Toole 97ed80a761 Create initial DB can be simpler 8 months ago