Wyndham Blanton
Wyndham Blanton
@3rd-Eden Seems adding "0" replicas results in a "blank" ring .. ``` var hashring = require('hashring') var util = require('util') var ring = new hashring( node_ring, 'md5', { 'max cache...
i think the proxy should have "replicas" set to 1 .. it makes much more sense then "0"
Hi just following up. The v1.11.3 version did not stem this issue. Things still have the same basic ram explosion all in ``` 927.53MB 99.39% 99.39% 929.17MB 99.56% github.com/klauspost/compress/zstd.(*Decoder).DecodeAll ```...
@klauspost I'll clarify a bit The issue really appears when consuming a "full backlog" (say many millions of messages, like a full topic read). if the consumed messages are simply...
more followup. this issue appears to be a GC one. Memory is not leaking, but the GC cannot keep up in normal circumstances. Some testing specs - ~1000/msg second all...
Hi .. been a while. Sorry about that. The "RetainKeys" option lets the emitter send "0"s for keys that have not gotten any metrics in the flush window (for a...