Skip to content
Discussion options

You must be logged in to vote

Based on the error logs showing "ClickHouse query failed with non-retryable error" followed by <html>, this is a ClickHouse-related issue.(1) The <html> response indicates ClickHouse is returning an HTML error page instead of a proper query response, which typically happens when ClickHouse encounters a critical error or is misconfigured.

The error occurs in the tRPC middleware when processing the traces.metrics route.(2)(3) The middleware intercepts the error and converts it to an INTERNAL_SERVER_ERROR.(2)

Primary troubleshooting steps:

  1. Check ClickHouse resource allocation: Ensure your ClickHouse instance has at least 2 CPU and 8 GiB Memory as minimum requirements.(4)

  2. Verify ClickHous…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jannikmaierhoefer
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rjayaram-godaddy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment