parca
parca copied to clipboard
v0.12.1: goroutines profile - "sample has no locations ids"
Sounds like Parca does not like goroutine profiles that might be generated wrongly (sample without location id):
23:06:29 parca: level=error name=parca ts=2022-08-04T21:06:29.989653031Z caller=scrape.go:500 scrape_pool=labeler target=http://labeler-labeler:8080/debug/pprof/goroutine msg="WriteRaw failed for scraped profile" err="rpc error: code = Internal desc = failed to ingest profile: sample 15 has no location ids"
23:06:44 parca: level=error name=parca ts=2022-08-04T21:06:44.990714929Z caller=scrape.go:500 scrape_pool=labeler target=http://labeler-labeler:8080/debug/pprof/goroutine msg="WriteRaw failed for scraped profile" err="rpc error: code = Internal desc = failed to ingest profile: sample 15 has no location ids"
23:06:59 parca: level=error name=parca ts=2022-08-04T21:06:59.990610117Z caller=scrape.go:500 scrape_pool=labeler target=http://labeler-labeler:8080/debug/pprof/goroutine msg="WriteRaw failed for scraped profile" err="rpc error: code = Internal desc = failed to ingest profile: sample 15 has no location ids"
I believe it would be ok to ingest those without that one sample or location id.
Not a huge problem for me, especially given some ingests worked? (or error is misleading?)

Raising for awareness (:
Fixed via #1431 I believe
Then we should release a new version soon :)