1
0
Fork 0

5967 Commits (86750b9fe1edd5149948e9a9d2e102c3f8d7ee51)
 

Author SHA1 Message Date
Philip O'Toole 86750b9fe1 Formatting 7 months ago
Philip O'Toole b8bc4826fa
Merge pull request #1685 from rqlite/proto-address-node-meta
Rename a Proto (but not its fields)
7 months ago
Philip O'Toole 74d71cd95b CHANGELOG 7 months ago
Philip O'Toole 761642bf07
Update CHANGELOG.md 7 months ago
Philip O'Toole eb86173381
Merge pull request #1684 from rqlite/strict-tweaks
Use FSM Command Index for Stale Read checks
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 542d1f6086 CHANGELOG 7 months ago
Philip O'Toole 091c078b02 Make a init case cleare for IsStaleRead 7 months ago
Philip O'Toole 54d925ef46
Update CHANGELOG.md 7 months ago
Philip O'Toole deb43f7d5f
Update CHANGELOG.md 7 months ago
Philip O'Toole cecc1470c5
Merge pull request #1681 from rqlite/stale-leader-time
Support checking Stale Reads relative to Leader clock
7 months ago
Philip O'Toole 4ddc210d7a
Update appveyor.yml 7 months ago
Philip O'Toole e64b7771eb Add new times to Store Stats 7 months ago
Philip O'Toole bd92ba7695 CHANGELOG 7 months ago
Philip O'Toole 5722424880 Better comments 7 months ago
Philip O'Toole 1237481f53 CHANGELOG 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 e13aab8537 CHANGELOG 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 c28eff8db5
Merge pull request #1677 from rqlite/restore-store-not-ready
Store is "not ready" during a Restore from Snapshot
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 efeee215e3
Update CHANGELOG.md 8 months ago
Philip O'Toole 0de8c5a091
Merge pull request #1675 from rqlite/idx-atomic
Use atomic.Uint64 instead of mutexes for Store indexes
8 months ago
Philip O'Toole 41c59589d5 Actually fix it 8 months ago
Philip O'Toole fbc860bb35 Fix racy test 8 months ago
Philip O'Toole 2bff429b19 CHANGELOG 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 cc9e134352
Merge pull request #1674 from rqlite/factor-stale-check
Small refactor of Stale Reads check
8 months ago
Philip O'Toole dbc4f2b63b Small refactor of Stale Reads check 8 months ago
Philip O'Toole be5eb8eb65
Merge pull request #1671 from rqlite/request-opts
Minor optimizations to Requests on Store
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
Philip O'Toole e64985ff82 Minor optimizations to Requests on Store 8 months ago
Philip O'Toole 6a7ab4df83
Merge pull request #1670 from rqlite/remote-query-msg
Improve error when query on remote node fails
8 months ago
Philip O'Toole f802a62603 Improve error when query on remote node fails 8 months ago