shotover-proxy
shotover-proxy copied to clipboard
L7 data-layer proxy
This error can be seen in some cassandra integration tests (or at least it will be once https://github.com/shotover/shotover-proxy/pull/765 lands) I believe it indicates we are doing something weird with connections,...
NodePool
## Describe the bug When connected to shotover from a Redis cluster, got the following error ``` ➜ redis-cli -c -h 34.230.93.245 -p 6378 34.230.93.245:6378> set name asdf (error) ERR...
We need some way to mark inaccessible nodes as inaccessible to all transform instances. And then if every node is marked as inaccessible we restart our initialization process from contact_points....
Just publishing this to demonstrate the new serialization format of serde_yaml. We will have to decide if we want to actually upgrade to this new format, find an alternative crate...
Might be a candidate for https://docs.rs/arc-swap/latest/arc_swap/. Then we can avoid the lock/drop thing. _Originally posted by @conorbros in https://github.com/shotover/shotover-proxy/pull/723#discussion_r938426527_
Cassandra already has a timeout when waiting for a response from the server, we should add the same for redis (and make it configurable length) The field should be named...
## Is your feature request related to a problem? Please describe. Currently we leverage the Datastax CPP driver for integration testing of our C* functionality. This is good and fine,...
## Motivation: Unlike redis, a queried cassandra node will become a coordinator node and will fetch the results of your query from another node if needed. So we dont technically...
Tried writing this bench and hit a shotover failure that appears to be caused by opening lots of connections really fast. Opening a PR to put visibility on the problem...