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

Error when updating to 3.2.24 #527

Open
srolel opened this issue Jun 21, 2024 · 4 comments
Open

Error when updating to 3.2.24 #527

srolel opened this issue Jun 21, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@srolel
Copy link

srolel commented Jun 21, 2024

Hi, I get this error when querying from grafana in 3.2.24:

invalid wire type 4 at offset 3
Error: invalid wire type 4 at offset 3
 at Reader.skipType (/app/node_modules/protobufjs/src/reader.js:382:19)
 at Type.Status$decode [as decode] (eval at Codegen (/app/node_modules/@protobufjs/codegen/index.js:50:33), <anonymous>:19:5)
 at Type.Span$decode [as decode] (eval at Codegen (/app/node_modules/@protobufjs/codegen/index.js:50:33), <anonymous>:73:22)
 at /app/traceql/post_processor/index.js:35:22
 at Array.map (<anonymous>)
 at /app/traceql/post_processor/index.js:28:23
 at Array.map (<anonymous>)
 at postProcess (/app/traceql/post_processor/index.js:26:15)
 at search (/app/traceql/index.js:43:9)
 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
@lmangani
Copy link
Collaborator

lmangani commented Jun 21, 2024

Thanks for the report @srolel which version did up upgrade from? Also the query would help, unless its any query

@lmangani lmangani added the bug Something isn't working label Jun 21, 2024
@srolel
Copy link
Author

srolel commented Jun 21, 2024

Thanks for the report @srolel which version did up upgrade from? Also the query would help, unless its any query

I was on qxip/qryn:latest and saw the error after restarting the container today, so the upgrade was from 3.2.23. It appeared to be any query, e.g. just {resource.service.name="service"}

@lmangani
Copy link
Collaborator

Interesting. Our CI is not failing and neither is the k6 test. We'll do some deeper testing and investigation.

@akvlad
Copy link
Collaborator

akvlad commented Jun 24, 2024

Hello @srolel .
There was a bug connected to | select pipe function.
The issue should be fixed in 3.2.25. Feel free to try.
Sorry fot the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants