parca icon indicating copy to clipboard operation
parca copied to clipboard

v0.12.1: goroutines profile - "sample has no locations ids"

Open bwplotka opened this issue 3 years ago • 2 comments

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?)

image

Raising for awareness (:

bwplotka avatar Aug 04 '22 21:08 bwplotka

Fixed via #1431 I believe

philipgough avatar Aug 05 '22 13:08 philipgough

Then we should release a new version soon :)

kakkoyun avatar Aug 05 '22 14:08 kakkoyun