-
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
jaeger-query: "msg":"Failed to exec query","error":"Operation failed - received 0 responses and 1 failures" - wut? #418
Comments
@Dieterbe I created jaegertracing/jaeger-ui#127 to address the first problem you mention. Thanks for reporting this. |
1 was fixed by jaegertracing/jaeger-ui#133. |
Not sure how we can do better, it seems to be the limitation of the gocql driver, because we do log the error returned from it: for i.Scan(&traceID) {
retMe.Add(traceID)
}
err := i.Close()
if err != nil {
s.logger.Error("Failed to exec query", zap.Error(err))
return nil, err
} |
Closing this, as the UI part was done already and the backend part won't be done, as far as I understood. |
sometimes when i search from the UI I get:
according to network tab in devtools of the browser, the json response was:
and the pod logs show:
so the problem is:
PS: sorry for just opening a ticket and not providing a PR. i would like to contribute more eventually but right now i'm quite busy with work.
The text was updated successfully, but these errors were encountered: