Vladimir Smirnov

Results 286 comments of Vladimir Smirnov

Yeah, but I'd like to get more information about what we were expecting from that :)

Are you sure that it's not a hardware problem? Random segfaults usually indicates bad memory.

You can try to use golang 1.10 as latest stable release to be sure that it's not a bug in your version of golang. But that's very odd, I've been...

So I've tried to fix all current zipper metrics, however I'll leave the issue open as I might want to add more metrics and in general rethink the approach how...

Carbonapi should send multiple metrics in a request in following cases: 1. When you specify multiple `target=` parameters 2. When you have maxBatchSize != 0 As idea behind maxBatchSize=0 was...

What version of carbonapi are you using? Also during the startup it prints config as parsed (or it also exported via expvars), could you please share that as well? (obviously...

But tldr it seems that some options to split requests are enabled, while `DoMultipleRequestsIfSplit ` is not

For graphite this is actually depends on render. So that's a subject to discuss how we should fix those TODO's. But they definitely should be fixed sooner or later.

In current master all functions accept context since 0.14.0 (that was a reason to bump version). I don't really like idea of putting zipper into context though and I like...

I think I might accidentally break "metrics_found" metric. I'll try to have a look at it at some point next week. As about the error you see - can you...