1
0
Fork 0

6031 Commits (17b3269f8c7410fff1dee64d88b3f51fdd92e457)
 

Author SHA1 Message Date
Philip O'Toole 4391ef0f9c E2E supports 'commit' flag 7 months ago
Philip O'Toole c08e029717 Unit test readyz?commit at HTTP level 7 months ago
Philip O'Toole 45f0ca7414 Hook in commit flag to /readyz 7 months ago
Philip O'Toole 0c2ac1ca3c CHANGELOG 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 698403a02f Add commit flag to Query Params 7 months ago
Philip O'Toole f3b4ec9643
Merge pull request #1688 from rqlite/leader-commit-index
Expose Leader Commit Index
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 bffd47ce46
Merge pull request #1686 from rqlite/cluster-address-to-node-meta
Node returns Meta, not just Address
7 months ago
Philip O'Toole 304d1879f5 Test Poll commit index
Seems a bit racy.
7 months ago
Philip O'Toole 512f541aa0 CHANGELOG 7 months ago
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