Matej Gera
Matej Gera
> Just thought of this case, currently if users specify the algorithm as `Ketama`, not `ketama`, we would consider it invalid and fall back to `hashmod`? Preferably we should convert...
@haanhvu any updates on this one?
No worries @haanhvu, I was just sifting through PRs and wanted to know latest status, carry on and thank you :blush:
Seems like test failure is related :monocle_face: ``` --- FAIL: TestReceiveQuorum (0.00s) --- FAIL: TestReceiveQuorum/size_1_success (0.00s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error:...
What's the status of this?
I wonder if we should also try to complete the deletion story somehow. Anecdotally, it seems a lot of users are asking about it (e.g. from yesterday https://cloud-native.slack.com/archives/CK5RSSC10/p1663695281723309) and we...
hey @codevally, If you copied your logs verbatim, my suspicion is that there's a problem with substitution, i.e. `$(POD_NAME)` is not properly filled with the actual pod name but instead...
Whoops, yeah, there's a typo. Hm, my guess in this case would still be that you have two pods that announce identical external labels.
Thanks for the detailed report @Tassatux! This sounds like a reasonable request to me. Are you happy to take this or shall I open this for others to work on?...