1
0
Fork 0

817 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 80f4a39ea1 More generic name 7 months ago
Philip O'Toole 8453834bce Add atomic bool 7 months ago
Philip O'Toole 70cfe680cc Handle non-open Stores 7 months ago
Philip O'Toole b74455b747 More testing of createTemp 7 months ago
Philip O'Toole 00f54da39f Replace another use of CreateTemp 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 8f87455f09 Typos 7 months ago
Philip O'Toole db971f5073 Merge branch 'master' of github.com:rqlite/rqlite into ready-commit 7 months ago
Philip O'Toole 0a191c2946 More info for test 7 months ago
Philip O'Toole f2a8b33858 Merge remote-tracking branch 'origin' into ready-commit 7 months ago
Philip O'Toole 40e3098e3c Seeing failures locally, revert to default gzip 7 months ago
Philip O'Toole aad5bb2d14 Unit test compression of large files 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 1cb7d05285 Unit test WaitCommitIndex 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 304d1879f5 Test Poll commit index
Seems a bit racy.
7 months ago
Philip O'Toole 86750b9fe1 Formatting 7 months ago
Philip O'Toole 3783f176a4 Deflake test 7 months ago
Philip O'Toole cb5ea12316 Cluster config commands not instantly in log 7 months ago
Philip O'Toole 8255d199a2 Use FSM Command Commit Index for Stale Reads check 7 months ago
Philip O'Toole 7f1977176d Track latest committed FSM command
Not all Raft log entries represent changes to the FSM. Some are cluster
config changes, which are never passed to rqlite. This means that
CommitIndex can be ahead of FSM index, even though the FSM is fully
caught up.
7 months ago
Philip O'Toole 091c078b02 Make a init case cleare for IsStaleRead 7 months ago
Philip O'Toole e64b7771eb Add new times to Store Stats 7 months ago
Philip O'Toole 5722424880 Better comments 7 months ago
Philip O'Toole 38532efb8c Add optional freshness_strict 7 months ago
Philip O'Toole 4d43325df1 Go style 7 months ago
Philip O'Toole 1919c6eaec Better comments 7 months ago
Philip O'Toole 595f22938d Comments 7 months ago
Philip O'Toole eb2837234a More tests 7 months ago
Philip O'Toole 1d1e1b2b0c Clearer testing 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 fb3835085d Merge branch 'master' of github.com:rqlite/rqlite 8 months ago
Philip O'Toole 02aad416b6 Some Store Ready unit tests 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 2f7ee20de6 Mark test helpers 8 months ago
Philip O'Toole 64d03d1eac Add needed unit test 8 months ago
Philip O'Toole d64ac21291 Have to send it through consensus!
Jeez.
8 months ago