We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted as parca-dev/parca-agent#91
I do see fairly frequent log messages about pprof normalization failures.
parca-agent logs:
level=error ts=2021-10-11T09:26:15.261555856Z caller=profile.go:458 namespace=multimedia pod=radarr-0 container=radarr msg="failed to send profile" err="rpc error: code = Internal desc = failed to normalize pprof: get lines by location ID: execute SQL query: interrupted (9)" level=error ts=2021-10-11T09:27:35.260139813Z caller=profile.go:458 namespace=multimedia pod=radarr-0 container=radarr msg="failed to send profile" err="rpc error: code = Internal desc = failed to normalize pprof: GetMappingByKey failed: interrupted (9)"
parca logs:
name=parca ts=2021-10-11T09:26:15.259434466Z caller=log.go:168 level=error protocol=grpc grpc.component=server grpc.service=parca.profilestore.v1alpha1.ProfileStoreService grpc.method=WriteRaw grpc.method_type=unary grpc.start_time=2021-10-11T09:26:15Z grpc.code=Internal grpc.error="rpc error: code = Internal desc = failed to normalize pprof: get lines by location ID: execute SQL query: interrupted (9)" grpc.time_ms=14.827 finishedcall=(MISSING) name=parca ts=2021-10-11T09:27:35.25984088Z caller=log.go:168 level=error protocol=grpc grpc.component=server grpc.service=parca.profilestore.v1alpha1.ProfileStoreService grpc.method=WriteRaw grpc.method_type=unary grpc.start_time=2021-10-11T09:27:35Z grpc.code=Internal grpc.error="rpc error: code = Internal desc = failed to normalize pprof: GetMappingByKey failed: interrupted (9)" grpc.time_ms=7.671 finishedcall=(MISSING)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted as parca-dev/parca-agent#91
I do see fairly frequent log messages about pprof normalization failures.
parca-agent logs:
parca logs:
The text was updated successfully, but these errors were encountered: