-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
HTTP Error: Converting JSONSpan to domain Span failed #1960
Comments
This is a backend issue. Can you try to load the spans for this trace directly from ES and attach JSON? |
This seems to be a duplicate of #1926. @massimopacini JSON will help us to resolve this issue. |
This is the log from the console from jaeger-query: v1.14.0
|
@massimopacini we need span JSON stored in Elasticsearch. The logs do not show the data causing the issue. You can get the data by querying elasticsearch #1926 (comment) |
I'm trying to find the segment causing the issue as traceID is not refered in the log |
From the log
You should be able to find that tag in Elasticsearch. The type will be set to |
Alternativey if the instrumentation is small try to find where you use binary tag and get the value from there. |
Yes I found it ;)
|
Did you cut the end? Because there are |
How do you add the value of |
@pavolloffay no I haven't touch that one it was already like that maybe somewhere cut by node libs. for that I'm doing a span.log({ Body is coming from Restify and it could be a bin |
Alright, I found the issue. If the length of binary array is longer than 256, the array is stripped and added @yurishkuro why the binary array is stripped? Cassandra uses correct value
ToString which seems like a bug.
|
Do we know where this happens? Typically tag value trimming happened in the clients. |
@massimopacini is using jaeger node client. Not sure if he disabled trimming or it's not applied by default. |
I don't believe Node client has any truncation logic. |
Hello,
Sometimes on some span the ui is replying with a status 500 error
For info we are using elk to store span data
The text was updated successfully, but these errors were encountered: