Philipp Bocharov
Philipp Bocharov
Just measured: error occurs after 16.7s of trace searching. In Clickhouse error log: `2021.11.27 11:10:51.904396 [ 239 ] {5407e9ea-5b0a-4307-b4ba-645e44462eeb} TCPHandler: Code: 210, e.displayText() = DB::Exception: Connection reset by peer, while...
Related to #100 . Seems that huge traces (100k+ spans) leads to timeout. Ability to limit fetched spans could partially help.
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...
Fixed for Jaeger's HttpSender. See https://github.com/jaegertracing/jaeger-client-csharp/issues/154