Maksim Korenev
Maksim Korenev
We have panic issue with enabled carbonserver as well.
@Civil 1) yes ``` # /opt/go-carbon/bin/go-carbon --version 0.10.1 ``` 2) I did not see any stack trace messages, just OOM Killer notification ``` Out of memory: Kill process 18913 (go-carbon)...
@Civil Looks like `trigram-index = false` help us.
Aggregation functions doesn't work when gaps in data series exists. ` {"cache_key": "format=json&from=-30d&maxDataPoints=1622&target=maxSeries%28wahoo.sg%2A.wahoo.turn.campaigns.xfer-latency-ms%29&until=now", "stack": "main.renderHandler.func3.1 /root/go/src/github.com/go-graphite/carbonapi/main.go:522 runtime.call32 /usr/local/go/src/runtime/asm_amd64.s:514 runtime.gopanic /usr/local/go/src/runtime/panic.go:489 runtime.panicindex /usr/local/go/src/runtime/panic.go:28 github.com/go-graphite/carbonapi/expr.aggregateSeries /root/go/src/github.com/go-graphite/carbonapi/expr/expr.go:4140 github.com/go-graphite/carbonapi/expr.EvalExpr /root/go/src/github.com/go-graphite/carbonapi/expr/expr.go:2206 main.renderHandler.func3 /root/go/src/github.com/go-graphite/carbonapi/main.go:526 main.renderHandler /root/go/src/github.com/go-graphite/carbonapi/main.go:534...
Replace `default` account name with the SA from the rolebindings k get rolebindings -ojsonpath='{.subjects[0].name}'