Geoffrey Beausire

Results 6 issues of Geoffrey Beausire

When taking the sharding example: https://github.com/DataDog/glommio/blob/master/examples/sharding.rs If you increase the number of messages in the stream or reduce the channel size, the program will never finish. Step to reproduce: ```...

**Description of your changes:** This PR add full support for HostNetworking on scylla clusters. The reason why HostNetworking is needed is when the clients are not inside the same Kubernetes...

This is necessary to implement TLS as the "service" info only report the clear service port. It will be easy to expand the "services_name" to return peers-tls Required for #8

With 5.0.0, we don't seem to be able to perform removenode anymore. # Steps to reproduce * Configure with: `allowed_repair_based_node_ops: "replace,bootstrap,removenode,decommission,rebuild"` * Start new cluster spawning 2 nodes in two...

bug
high
repair-based-operations

Changes proposed in this PR: If consulClient.Catalog().NodeServiceList fails for more than 15 minutes (max duration of NewExponentialBackOff()), the loop will get stuck because `minWaitCh` is not rearmed. `case

### Description When a Roll Restart is triggered with at least 2 pools, a race condition can trigger the roll restart of a pods in each pools. This can lead...