-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Qryn crash under load - ERR_STREAM_PREMATURE_CLOSE #516
Comments
Thanks for the report @jpsfs |
Thank you for the follow-up @lmangani ! I forgot to mention that this was tested in the latest version (released today) as well as in the previous two versions. If the database is smaller (less data) the query succeeds on qryn as well. Best, |
@jpsfs do you have an error message: "timeout" in Grafana when you request |
Yes, as qryn crashes and the request in grafana gets a timeout.
Best,
…On Fri, Jun 14, 2024, 11:14 akvlad ***@***.***> wrote:
@jpsfs <https://github.com/jpsfs> do you have an error message: "timeout"
in Grafana when you request histogram_quantile(0.50, ....) ?
—
Reply to this email directly, view it on GitHub
<#516 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH6GOOGWMVIJITDP7MGT5TZHK67VAVCNFSM6AAAAABJJF65TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRXG4YDQMZZHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@jpsfs could you please retest using the latest release and provide any feedback?
|
Hello @jpsfs . 3.2.24 version is released.
Please set the env var EXPERIMENTAL_PROMQL_OPTIMIZE=1 before usage. |
Hi!
I'm facing an issue while using PromQL through qryn.
The query is the following:
It translates to this ClickHouse query:
And after a few seconds it crashes with the following error:
Running this query directly in ClickHouse, it returns in around 150ms, with a total size of 50MiB.
Any pointers on what I should do to overcome this?
Best,
José
The text was updated successfully, but these errors were encountered: