Skip to content
New issue

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

NuNet sees "Persistent error message related to grpc" #848

Closed
dennis-tra opened this issue Jun 13, 2023 · 3 comments
Closed

NuNet sees "Persistent error message related to grpc" #848

dennis-tra opened this issue Jun 13, 2023 · 3 comments

Comments

@dennis-tra
Copy link
Contributor

The NuNet folks encountered errors related to tracing it seems. Their relevant GitLab issue is here:

https://gitlab.com/nunet/device-management-service/-/issues/163#note_1385291027

Opening a tracking issue here to draw attention to it.

Their log excerpt:

2023/05/10 15:24:15 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:20 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:25 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:30 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:35 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:40 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:45 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:50 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:24:55 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:00 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
[GIN] 2023/05/10 - 15:25:01 | 200 |      362.81µs |       127.0.0.1 | GET      "/api/v1/peers"
[GIN] 2023/05/10 - 15:25:01 | 200 |     286.186µs |       127.0.0.1 | GET      "/api/v1/peers/dht"
2023/05/10 15:25:05 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:10 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:15 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:20 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:25 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:30 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:35 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:40 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:45 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:50 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:25:55 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:26:00 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:26:05 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:26:10 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:26:15 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
2023/05/10 15:26:20 traces export: rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
@smigad
Copy link

smigad commented Jun 16, 2023

Hi Dennis,
Thank you very much for following up on this. I'd just like to recommend you change the title to either "opentelemetry - protobuf invalid utf-8 error" or something to that effect because I created the first issue as "persistent error message related to grpc" as soon as I run into the issue without looking into what it was causing it. The actual problem is that protobuf expects actual utf-8 when serializing. This issue might be of help: golang/protobuf#1228

@dennis-tra
Copy link
Contributor Author

@dagiopia could this be fixed with: #859 ?

@guillaumemichel
Copy link
Contributor

Closing as it should have been fixed by #859. Feel free to reopen if the issue persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants