Vladimir Smirnov

Results 286 comments of Vladimir Smirnov

There are plans on fixing that issue. Though I can't tell when this will actually happen. I really hope that I'll be able to finish that by the end of...

Well, that's a bug but in carbonserver component.

Even though it was never advertised that go-carbon supports clustering protocol, as the carbonserver implements necessary bits to support it, it's better for me to fix this bug, but that...

Yeah, then it's 100% a grpahite-web bug, but I'll check at some point in future if carbonserver should response with something else in case of absent metric.

@deniszh well, I meant that it's at least a graphite-web's bug as it shouldn't stop on such kind of responses. If it expects for empty set to have a pickled...

Btw, as we've migrated to protobuf3, some of the annoyance (pointers) should go away.

Should be much better after https://github.com/go-graphite/carbonapi/commit/9564acbd8c191d1f2d3d1526b1c99f92bc336d3a change. This change splits expression library into multiple functions, decouples expression parser from evaluator, etc.

@fgleason or you can use go-graphite/carbonapi which had the feature (TLD filtering logic and top-level cache) mentioned by @azhiltsov since several years ago. And current version of go-graphtie/carbonapi will treat...

I need to reproduce that on my side to understand what's wrong. It would be helpful if you can provide a bit more information about metrics: 1. How many metrics...

@mzealey the problem is that I can't reproduce this behavior at all. For me graphite-web and carbonapi returns same results. graphite-web: ``` $ wget -q -O- 'http://localhost:8080/render/?target=asPercent(a.waiting, groupByNodes(a.{open,waiting}, "sum", 0))&format=json';...