-
Notifications
You must be signed in to change notification settings - Fork 51
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
Got plugin error "transport: error while dialing: dial unix /tmp/plugin" #99
Comments
Just measured: error occurs after 16.7s of trace searching. In Clickhouse error log: |
Related to #100 . Seems that huge traces (100k+ spans) leads to timeout. Ability to limit fetched spans could partially help. |
From the comments it sounds like this is caused by (and resolved by) #100 |
Unfortunately #100 helped only partially. There are still errors on our test server. I guess that we incorrectly handle query timeout or connection drops with CH. After error occurs plugin stop working at all and all further requests are failed. So that is severe problem for us. |
Jaeger Query exits on plugin crash starting from v1.33.0. This can be a workaround until the reason for the plugin crash is found. |
Describe the bug
Got error in Jaeger UI with Clickhouse gRPC plugin when search for traces:
HTTP Error: plugin error: rpc error: code = Unavailable
desc = connection error:
desc = "transport: error while dialing: dial unix /tmp/plugin2381205323:
connect: connection refused
Seems it happens
Clickhouse is up and running.
Restarting Jaeger Query fix the problem temporary (until next long search).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Traces are found
Screenshots
Version (please complete the following information):
What troubleshooting steps did you try?
Additional context
jaeger-query-clickhouse-5ff64c9dbc-h7jr4.log
The text was updated successfully, but these errors were encountered: