Tom Hayward

Results 29 comments of Tom Hayward

> I believe we discussed something similar in the last community call @kd7lxl could this be related to #7196 Maybe related, but I think this issue is distinct.

The current behavior is to fatal when Maxmind license is defined and the database cannot be downloaded. There are various reasons this is desirable, such as compliance requirements that certain...

> > The current behavior is to fatal when Maxmind license is defined and the database cannot be downloaded. There are various reasons this is desirable, such as compliance requirements...

> Maybe we should to replace that with the PDB documentation. PDBs and update strategies apply to different cases. PDBs only apply in the context of node maintenance, like draining...

> Hi, is there any plan when will this be merged? The current memcached version used contains quite a lot of critical security vulnerabilites (based on our scanning - mainly...

In addition to the use case mentioned, sending samples of a metric to multiple partitions can introduce out-of-order sample errors. With multiple partitions, there is no guarantee that messages will...

We were seeing behavior matching all these symptoms, and it turned out there was a reader we forgot to call `.Close()` on. Anyone who is hitting this, look really closely...

> Hello, it would be great if we could add some logic for populating the peers list. I think it would look somthing like this(not tested): > > ``` >...

I like to have the history of rebase commands, so please make comment deletion optional.

> Running the tests on the master branch on windows requires using the old test runner How do you do that? Use `python tests/run_tests.py` instead of `tox`?