Daniel Woodlins

Results 6 issues of Daniel Woodlins

Based on our testing, snakebite does not to function when RPC encryption (aka privacy mode, aka auth-conf) is enabled. More specifically, SASL connects fine and snakebite does not throw errors...

Is it possible for you to publish a new release for build fix? The current released version does not install under Ubuntu 16.04 but master from git does.

**Describe the bug** We are using kube-vip to advertise LoadBalancer VIPs using ARP. Normally, this works fine. In at least two cases, we have observed duplicate conflicting ARP advertisements happening...

Fixes #66 The problem appears to be that `resetCluster` does not null `cluster->master_names`, resulting in a double free when `proxy cluster update` is called twice. Calling `clusterGetMasterNames` was not strictly...

To reproduce: 1. Start 6 node cluster: 3 master, 3 slave. 2. Create the cluster using `redis-cli --cluster create`. Default options. 3. Start redis-cluster-proxy. Default options. 4. Connect to proxy...

The template no longer works with the latest version of hugo, due to two breaking changes: - Removal of .Err on resources in favor of [try based error handling](https://gohugo.io/functions/resources/getremote/#error-handling). -...