1
0
Fork 0

2209 Commits (01e24030150615054d59b3577ff56336814691d4)
 

Author SHA1 Message Date
Philip O'Toole 6bac786315
Update README.md 4 years ago
Philip O'Toole 7f494019c7
Update README.md 4 years ago
Philip O'Toole d1c68b2e46
5.7.0 is going out 4 years ago
Philip O'Toole 8c2298941a ABL 4 years ago
Philip O'Toole 59360b4792 ABL 4 years ago
Philip O'Toole 72ae509389 Consolidate helper functions 4 years ago
Philip O'Toole a5cd120296 ABL 4 years ago
Philip O'Toole e948d7410a ABL 4 years ago
Philip O'Toole 8c1253cf82
Update CHANGELOG.md 4 years ago
Philip O'Toole 6575de779d
Use Protobuf for encoding Raft Log commands
This PR changes Raft Log Entry encoding from JSON to Protobuf. Furthermore, larger Raft commands (which can result from batching SQL statements, or individually long SQL statements) are compressed before encoding.

This primary reason for this change is to reduce IO load since that is one of the largest performance bottlenecks. It will also reduce internode traffic.

Legacy JSON-encoded commands are still handled by this code, so this change is backwards-compatible with previous releases in the v5 series.
4 years ago
Philip O'Toole 7d4445d92d
Merge pull request #708 from rqlite/fix-restart-test-logic
Fix restart test logic
4 years ago
Philip O'Toole 05cce7c6fc Fix restart test logic 4 years ago
Philip O'Toole 1b2e4612f7
Add system-level restart test (#707)
Add system-level restart test
4 years ago
Philip O'Toole 4a4d08c2dd
Fix typo in CHANGELOG 4 years ago
Philip O'Toole a37fbefe1a
Merge pull request #703 from rqlite/fix_panic
Fix potential panic during request parsing
4 years ago
Philip O'Toole f22e237670 Update CHANGELOG 4 years ago
Philip O'Toole 1a3d46994d Fix potential panic during request parsing 4 years ago
Philip O'Toole 6bf184661e
Merge pull request #702 from rqlite/better_var_name
Better variable name, Query -> SQL
4 years ago
Philip O'Toole b4867713e4 Better variable name, Query -> SQL 4 years ago
Philip O'Toole 5da95631b2
Merge pull request #700 from rqlite/revert-resolve
Revert resolving Raft addresses
4 years ago
Philip O'Toole 181c176e06 Revert "Merge pull request #697 from rqlite/hosts-not-ips"
This reverts commit 522e38849d, reversing
changes made to 89f325edd8.
4 years ago
Philip O'Toole 205c8f43aa Revert "Update CHANGELOG.md"
This reverts commit d3d8bea7b0.
4 years ago
Philip O'Toole 2d8456a5e4 Revert "Update CHANGELOG.md"
This reverts commit ceedd62453.
4 years ago
Philip O'Toole ceedd62453
Update CHANGELOG.md 4 years ago
Philip O'Toole d3d8bea7b0
Update CHANGELOG.md 4 years ago
Philip O'Toole 522e38849d
Merge pull request #697 from rqlite/hosts-not-ips
Do not use resolved address in join request
4 years ago
Philip O'Toole f96c443a9c Do not use resolved address in join request
It's not clear why this code was put in place in the first place, but it
may not be necessary.
4 years ago
Philip O'Toole 89f325edd8
Merge pull request #696 from rqlite/rqbench-mods
Benchmarking tool now supports query tests
4 years ago
Philip O'Toole be96ac658d Update CHANGELOG 4 years ago
Philip O'Toole 29b73cdf63 Add rqbench README 4 years ago
Philip O'Toole 5f4ec0c607 Support both execute and query benchmarking 4 years ago
Philip O'Toole 7bb3b8850d Support logging from writeResponse() 4 years ago
Philip O'Toole c48c3cbe9b Pass path to HTTP tester 4 years ago
Philip O'Toole 73ea4b9424 Remove unneeded : 4 years ago
Philip O'Toole c3f5732e4f
Update CHANGELOG.md 4 years ago
Philip O'Toole bd7931fcc1
Merge pull request #694 from rqlite/better-cli-503
Display HTTP response body on 503
4 years ago
Philip O'Toole cb81701d3e Update CHANGELOG 4 years ago
Philip O'Toole ac5fb55301 Display HTTP response body on 503 4 years ago
Philip O'Toole 7d9ee1e0e0
Move to go1.14 4 years ago
Philip O'Toole 52cca6f292
5.6.0 is going out 4 years ago
Philip O'Toole 3f170feb06
Merge pull request #693 from rqlite/raft-1.2
Update Go mod dependencies
4 years ago
Philip O'Toole b3daa73ca4 Update Go mod dependencies
In particular upgrade to Hashicorp Raft v1.2.0.
4 years ago
Philip O'Toole f935276c23
Merge pull request #692 from rqlite/leader-lease
Support setting Leader Lease timeout
4 years ago
Philip O'Toole af7da11a97 Update CHANGELOG for 5.6.0 4 years ago
Philip O'Toole b6ebdf3ab1 Support setting Leader Lease timeout 4 years ago
Philip O'Toole 6ee50588c6
Update READ_ONLY_NODES.md 4 years ago
Philip O'Toole 100ea42881
Merge pull request #691 from rqlite/more-testing
Perform more testing of queries
4 years ago
Philip O'Toole c4b4cf2a51 Perform more testing of queries 4 years ago
Philip O'Toole 35f79eeb08
Merge pull request #690 from rqlite/otoolep-patch-1
Close all connections after testing
4 years ago
Philip O'Toole 82fa0c903f Check for nil ln during Close() 4 years ago