-
In my current cluster each 15 minutes I can see some queries are timeout. But at least 95% queries are finished successfully and these failed queries are successfully when run again. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
What is the size of your cluster, how is it configured, what is the concurrency of queries, and what is the size distribution of queries? Generally speaking, when the cluster pressure is high, the query time will increase and the timeout may be reached. |
Beta Was this translation helpful? Give feedback.
-
I have multiple clusters with different nodes (5-20) and each node is 16 core and 128G. Concurrency is 40 but the query is timeout when the cluster is not busy. We are using s3 as the storage. Trino queries are called by third party app. So whether third party app's workload will also cause the query timeout? |
Beta Was this translation helpful? Give feedback.
-
@Heltman By the way most of the queries timeout are in finishing state |
Beta Was this translation helpful? Give feedback.
-
@Heltman Is there anyway to find the root case of the timeout on finishing state. I need the evidence whether it is storage or work cpu issues. |
Beta Was this translation helpful? Give feedback.
What is the size of your cluster, how is it configured, what is the concurrency of queries, and what is the size distribution of queries?
Generally speaking, when the cluster pressure is high, the query time will increase and the timeout may be reached.
On the other hand, if the data storage being queried may also experience jitters, such as HDFS slow nodes, this will also cause intermittent lags in the query.