Lev Kokotov
b3c8ca4b8a
Another example of a sharding function ( #41 )
...
* Another example of a sharding function
* tests
2022-02-23 11:50:34 -08:00
Lev Kokotov
dce72ba262
Add debug logging ( #39 )
...
* Add debug for easier debugging
* fmt
* a couple more messages
2022-02-22 19:26:08 -08:00
Lev Kokotov
af1716bcd7
Flush stats ( #38 )
...
* flush stats
* stats
* refactor
2022-02-22 18:10:30 -08:00
Lev Kokotov
3f16123cc5
Config docs ( #37 )
...
* config docs
* space
* space
* shards
v0.1.0-alpha
2022-02-21 23:57:25 -08:00
Lev Kokotov
f6f5471aa0
Update README.md
2022-02-21 20:43:40 -08:00
Lev Kokotov
a6fc935040
Can pass config path as argument ( #36 )
...
* show better errors for config parsing
* lint
2022-02-21 20:41:32 -08:00
Lev Kokotov
754381fc6c
Update Dockerfile
2022-02-21 17:49:32 -08:00
Lev Kokotov
b1e9a406fb
Update README.md
2022-02-21 17:48:08 -08:00
Lev Kokotov
f21a3d8d8c
Add server login stat; refactor for better naming ( #34 )
2022-02-21 17:28:50 -08:00
Lev Kokotov
f805b43a08
test session mode and config reload for real ( #33 )
...
* test session mode and config reload for real
* period
* run them at the end
* typo
* wrong dir
2022-02-21 00:16:33 -08:00
Lev Kokotov
86941d62e4
Reset query router setting to default ( #32 )
2022-02-21 00:00:50 -08:00
Lev Kokotov
aceb2ace24
Update issue templates
2022-02-20 23:52:50 -08:00
Lev Kokotov
303fec063b
Ruby ( #30 )
...
* cop
* log
2022-02-20 23:33:04 -08:00
Lev Kokotov
64574211c6
Update CONTRIBUTING.md
2022-02-20 22:49:30 -08:00
Lev Kokotov
44b5e7eeee
use logger lib; minor refactor; sv_* stats ( #29 )
2022-02-20 22:47:08 -08:00
Lev Kokotov
108f5715c0
License as MIT ( #28 )
...
* License as MIT
* license
* s
2022-02-20 13:49:30 -08:00
Lev Kokotov
3b795464a8
Fix client states reporting ( #27 )
...
* Fix client states reporting
* clean
2022-02-20 12:40:09 -08:00
Lev Kokotov
d4c1fc87ee
Reloadable config ( #26 )
...
* Reloadable config
* readme
* live config reload
* test matrix
2022-02-19 13:57:35 -08:00
Lev Kokotov
4ca50b9a71
Update README.md
2022-02-19 08:59:20 -08:00
Lev Kokotov
a556ec1c43
More query router commands; settings last until changed again; docs ( #25 )
...
* readme
* touch up docs
* stuff
* refactor query router
* remove unused
* less verbose
* docs
* no link
* method rename
2022-02-19 08:57:24 -08:00
Lev Kokotov
bbacb9cf01
Explicit shard selection; Rails tests ( #24 )
...
* Explicit shard selection; Rails tests
* try running ruby tests
* try without lockfile
* aha
* ok
2022-02-18 09:43:07 -08:00
Lev Kokotov
aa796289bf
Query parser 3.0 ( #23 )
...
* Starting query parsing
* Query parser
* working config
* disable by default
* fix tsets
* introducing log crate; test for query router; comments
* typo
* fixes for banning
* added test for prepared stmt
2022-02-18 07:10:18 -08:00
Lev Kokotov
4c8a3987fe
Refactor query routing into its own module ( #22 )
...
* Refactor query routing into its own module
* commments; tests; dead code
* error message
* safer startup
* hm
* dont have to be public
* wow
* fix ci
* ok
* nl
* no more silent errors
2022-02-16 22:52:11 -08:00
Lev Kokotov
7b0ceefb96
Constants, comments, CI fixes, dead code clean-up ( #21 )
...
* constants
* server.rs docs
* client.rs comments
* dead code; comments
* comment
* query cancellation comments
* remove unnecessary cast
* move db setup up one step
* query cancellation test
* new line; good night
2022-02-15 22:45:45 -08:00
Lev Kokotov
bb84dcee64
Update README.md
2022-02-15 13:11:24 -08:00
Lev Kokotov
1c406e0fc6
Update README.md
2022-02-15 13:10:32 -08:00
Lev Kokotov
05b4cccb97
More statistics ( #20 )
...
* cleaner stats
* remove shard selection there
2022-02-15 08:18:01 -08:00
Lev Kokotov
659b1e00b8
bump statsd
2022-02-14 10:27:32 -08:00
Lev Kokotov
8e5e28a139
Some stats ( #19 )
2022-02-14 10:00:55 -08:00
Lev Kokotov
574ebe02b8
TODOs ( #18 )
2022-02-14 06:36:05 -08:00
Lev Kokotov
9c521f07c1
parse startup client parameters ( #16 )
2022-02-14 05:11:53 -08:00
Lev Kokotov
4aa9c3d3c7
Cleaner shutdown ( #12 )
...
* Cleaner shutdown
* mark as bad just in case although im pretty sure we dont need it
* server session duration
* test clean shutdown
* ah
2022-02-12 10:16:05 -08:00
Lev Kokotov
20ceb729a0
print session duration; connect to all servers when validating ( #11 )
2022-02-12 09:24:24 -08:00
Lev Kokotov
eb45d65110
extended protocol tests
2022-02-11 22:24:27 -08:00
Lev Kokotov
526b9eb666
Pass real server info to the client ( #10 )
2022-02-11 22:19:49 -08:00
Lev Kokotov
ab8573c94f
docker image ( #9 )
...
* docker image
* nl
2022-02-11 12:02:08 -08:00
Lev Kokotov
bc5b9e422f
Merge pull request #8 from levkk/default-role
...
add default server role; bug fix
2022-02-11 11:23:58 -08:00
Lev Kokotov
e8263430a3
nl
2022-02-11 11:21:32 -08:00
Lev Kokotov
0d369ab90a
add default server role; bug fix
2022-02-11 11:19:40 -08:00
Lev Kokotov
595e564216
Merge pull request #7 from levkk/once-cell-regex
...
once_cell is way faster
2022-02-10 17:08:01 -08:00
Lev Kokotov
06575eae7b
once_cell is way faster
2022-02-10 17:05:20 -08:00
Lev Kokotov
0bec14ba1c
wrong benchmark
2022-02-10 14:25:04 -08:00
Lev Kokotov
ee9f609d4e
bench setup
2022-02-10 14:13:47 -08:00
Lev Kokotov
19e9f26467
readme
2022-02-10 14:03:38 -08:00
Lev Kokotov
070c38ddc5
benchmarks
2022-02-10 14:02:24 -08:00
Lev Kokotov
1798065b76
max_workers = 4 = so much faster
2022-02-10 13:48:56 -08:00
Lev Kokotov
a3b910ea72
Merge pull request #6 from levkk/levkk-ci-tests
...
End-to-end CI tests
2022-02-10 11:23:10 -08:00
Lev Kokotov
b9b89db708
maybe were breaking the terminal?
2022-02-10 11:20:33 -08:00
Lev Kokotov
604af32b94
print whats going on
2022-02-10 11:16:08 -08:00
Lev Kokotov
39028282b9
hmm
2022-02-10 11:13:31 -08:00