Roman Titov
Roman Titov
This PR refactor local-only `hash_ring::Filter` and `Condition::Resharding` into a generic, serializable `Condition::HashRing`. This _(or some specialized API)_ is required to move resharding driver into external service. `Condition::HashRing` seems like a...
### All Submissions: * [x] Contributions should target the `dev` branch. Did you create your branch from `dev`? * [x] Have you followed the guidelines in our Contributing document? *...
Currently, we have to rely on string matching to determine error conditions when checking errors returned by remote nodes over gRPC. (The most recent example is [`is_missing_point`] check required for...
I've been trying to use Raft snapshots to quickly synchronize Raft state when adding new nodes to the cluster, or restarting existing nodes, but I've discovered that there's [this check...
**Problem description** [`ssh-add` would only call `SSH_ASKPASS` if either `DISPLAY` environment variable is set (and, I'd assume, is not null) or if `SSH_ASKPASS_REQUIRE` is set to `force` (in which case...